####################################################################
#
# HoI - CORE ITALY
#
# LIMIT:  462000 - x
#
####################################################################
#
# HoI - Italy Events
#
#		written by Henrik Fhraeus
#
#The return of provinces from Italy to Vichy is needed, this one lets ITA keep Grenoble, Toulon, and Bastia if they conquer them but other mainland FRA or Algerian provs are returned.

#########################################################################
#  Vichy France - Return of Italian occupied provinces
#########################################################################
event = { 
	id = 2900
	random = no
	country = ITA
	
	trigger = {
		exists = VIC
		alliance = { country = GER country = ITA }
	} 
	
	name = "EVT_2900_NAME"
	desc = "EVT_2900_DESC"
	style = 0
	
	date = { day = 1 month = january year = 1936 }
	offset = 4
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "OK" # Return occupied provinces as per agreement
		command = { type = trigger which = 4004 } #VIC gives access
		command = { type = control which = VIC value = 545 }
		command = { type = control which = VIC value = 915 }
		command = { type = control which = VIC value = 917 }
		command = { type = control which = VIC value = 923 }
		command = { type = control which = VIC value = 926 }
		command = { type = control which = VIC value = 927 }
		command = { type = control which = VIC value = 928 }
		command = { type = control which = VIC value = 929 }
		command = { type = control which = VIC value = 934 }
		command = { type = control which = VIC value = 935 }
		command = { type = control which = VIC value = 944 }
		command = { type = control which = VIC value = 945 }
		command = { type = control which = VIC value = 947 }
		command = { type = control which = VIC value = 949 }
		command = { type = control which = VIC value = 951 }
		command = { type = control which = VIC value = 1072 }
		command = { type = control which = VIC value = 1026 }
		command = { type = control which = VIC value = 1025 }
		command = { type = control which = VIC value = 1030 }
		command = { type = control which = VIC value = 1024 }
		command = { type = control which = VIC value = 1079 }
		command = { type = control which = VIC value = 1082 }
		command = { type = control which = VIC value = 1080 }
		command = { type = control which = VIC value = 1077 }
		command = { type = control which = VIC value = 1078 }
		command = { type = control which = VIC value = 1004 }
		command = { type = control which = VIC value = 1005 }
		command = { type = control which = VIC value = 1003 }
		command = { type = control which = VIC value = 1006 }
		command = { type = control which = VIC value = 1007 }
		command = { type = control which = VIC value = 1012 }
		command = { type = control which = VIC value = 1011 }
		command = { type = control which = VIC value = 1022 }
		command = { type = control which = VIC value = 1023 }
	}
}
#########################################################################
#  Spanish Civil War - Intervention
#########################################################################
event = { 
	id = 2901
	random = no
	country = ITA
	
	# Triggered by SPA 3001
	
	name = "EVT_2901_NAME"
	desc = "EVT_2901_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME2901A" # Send materiel and volunteers
		command = { type = manpowerpool value = -30 }
		command = { type = dissent value = -5 }
		command = { type = supplies value = -2500 }
		command = { type = gain_tech which = 11003 }
		command = { type = gain_tech which = 11518 }
		command = { type = gain_tech which = 11100 }
		command = { type = trigger which = 3003 } #SPA
		command = { type = trigger which = 3720 } #USA
	}
	action_b = {
		name = "ACTIONNAME2901B" # Franco needs no aid
		command = { type = dissent value = 5 }
	}
}

#########################################################################
#  Annexation of Albania
#########################################################################
event = { 
	id = 2902
	random = no
	country = ITA
	
	trigger = {
		exists = ALB
#		OR = {
#			event = 2006 # Germany annexes Bohemia and Moravia - Mussolini feels he must not be outdone...
#			event = 2011
#		}
		NOT = {
			alliance = { country = ALB country = ITA }
			alliance = { country = ALB country = SOV }
			war = { country = ALB country = ITA }
			}
		NOT = { war = { country = ITA country = ETH }   }
	}
		
	name = "EVT_2902_NAME"
	desc = "EVT_2902_DESC"
	style = 0
	
	date = { day = 25 month = march year = 1939 }
	offset = 5
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = "ACTIONNAME2902A" # Send an Ultimatum to King Zog
		command = { type = trigger which = 3500 } #Alb
		command = { type = addcore  which = 754 } # Italy claims Albania
		command = { type = addcore  which = 820 } # Italy claims Albania
	}
	action_b = {
		name = "ACTIONNAME2902B" # We have no need of Albania
		command = { }
	}
}
#########################################################################
#  Annexation of Albania - Zog refuses
#########################################################################
event = { 
	id = 2903
	random = no
	country = ITA
	
	# Triggered by ALB 3500

	name = "EVT_2903_NAME"
	desc = "EVT_2903_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME2903A" # Declare War
		command = { type = war which = ALB }
		command = { type = dissent value = -4 } # enthusiasm for war
	}
	action_b = {
		name = "ACTIONNAME2903B" # We do not dare follow through
		command = { type = dissent value = 5 }
	}
}

#########################################################################
#  Annexation of Albania - Zog accepts
#########################################################################
event = { 
	id = 2904
	random = no
	country = ITA
	
	# Triggered by ALB 3500

	name = "EVT_2904_NAME"
	desc = "EVT_2904_DESC"
	style = 0
	
	action_a = {
		name = "OK" # Great!
		command = { type = inherit which = ALB }
		command = { type = dissent value = -5 }
	}
}

############################# 
# Italy's Response
###########################
event = { 
	id = 462000
	random = no
	country = ITA
	
	# Italy responds
	# Triggered by GER 172023
       
	name = CEVTNAME_462000
	desc = CEVTDESC_462000
	style = 0
	
	action_a = {
		name = CEVTACTA_462000
		command = { type = influence value = 5 }     			# Japan is a global power
		command = { type = dissent value = -3 }				# a strong ally is good for Italy
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = trigger which = 172024 }  			# German effects

	}
	action_b = {
		name = CEVTACTB_462000
		command = { type = influence value = -1 } 
		command = { type = alignment which = democratic value = 10 } 
	}
}


############################# 
# Italy's response - Japan signed
###########################
event = { 
	id = 462002
	random = no
	country = ITA
	
	# Italy responds
	# Triggered by JAP 492014
       
	name = CEVTNAME_462002
	desc = CEVTDESC_462002
	style = 0

	
	action_a = {
		name = CEVTACTA_462002
		command = { type = influence value = 5 }     			# Italy is a global power
		command = { type = dissent value = -3 }				# a strong ally is good for Italy
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = access which = GER }
		command = { type = trigger which = 172027 } 			# The Tripartite Pact has been signed
	}
	action_b = {
		name = CEVTACTB_462002
		command = { type = influence value = -1 } 
		command = { type = alignment which = democratic value = 10 } 	# democracy is the future
		command = { type = trigger which = 172028 } 			# Italy will not join the Tokyo-Berlin Axis
	}

}

############################# 
# Italy's response - Japan refused
###########################
event = { 
	id = 462003
	random = no
	country = ITA
	
	# Italy responds
	# Triggered by JAP 492014
       
	name = CEVTNAME_462003
	desc = CEVTDESC_462003
	style = 0

	
	action_a = {
		name = CEVTACTA_462003
		command = { type = influence value = 5 }     			# Italy is a global power
		command = { type = dissent value = -3 }				# a strong ally is good for Italy
		command = { type = alignment which = fascist value = 10 } 	# Move away from Communism
		command = { type = access which = GER }
		command = { type = trigger which = 172029 } 			# The Pact has been created
	}
	action_b = {
		name = CEVTACTB_462003
		command = { type = influence value = -1 } 
		command = { type = alignment which = democratic value = 10 } 	# democracy is the future
		command = { type = trigger which = 172030 } 			# The Pact fails
	}

}



############################# 
# Dutch East Indies - Italy
###########################

event = { 
	id = 462004
	random = no
	country = ITA
	
	# The Tripartite Pact must be honoured

	trigger = {
		event = 172027
		NOT = {
		exists = HOL
		}
	}
       
	date = { day = 1 month = july year = 1940 }
	offset = 5
	deathdate = { day = 30 month = december year = 1947 }

	name = CEVTNAME_462004
	desc = CEVTDESC_462004
	style = 0
	
	action_a = {
		name = CEVTACTA_462004
		command = { type = dissent value = -1 }				# The power of the Axis is growing
		command = { type = influence value = 3 }     			# Nations now fear the Axis
		command = { type = warentry which = USA value = 1 }		# American people call for action against the Axis
		command = { type = secedeprovince which = JAP value = 2019 }
		command = { type = secedeprovince which = JAP value = 1987 }
		command = { type = secedeprovince which = JAP value = 1986 }
		command = { type = secedeprovince which = JAP value = 1984 }
		command = { type = secedeprovince which = JAP value = 1985 }
		command = { type = secedeprovince which = JAP value = 1983 }
		command = { type = secedeprovince which = JAP value = 1982 }
		command = { type = secedeprovince which = JAP value = 2011 }
		command = { type = secedeprovince which = JAP value = 2012 }
		command = { type = secedeprovince which = JAP value = 2010 }
		command = { type = secedeprovince which = JAP value = 1971 }
		command = { type = secedeprovince which = JAP value = 1970 }
		command = { type = secedeprovince which = JAP value = 1968 }
		command = { type = secedeprovince which = JAP value = 1969 }
		command = { type = secedeprovince which = JAP value = 2030 }
		command = { type = secedeprovince which = JAP value = 1756 }
		command = { type = secedeprovince which = JAP value = 1757 }
		command = { type = secedeprovince which = JAP value = 1771 }
		command = { type = secedeprovince which = JAP value = 1772 }
		command = { type = secedeprovince which = JAP value = 2008 }
		command = { type = secedeprovince which = JAP value = 2028 }
		command = { type = secedeprovince which = JAP value = 1952 }
		command = { type = secedeprovince which = JAP value = 2029 }
		command = { type = secedeprovince which = JAP value = 1954 }
		command = { type = secedeprovince which = JAP value = 1955 }
		command = { type = secedeprovince which = JAP value = 1956 }
		command = { type = secedeprovince which = JAP value = 1951 }
		command = { type = secedeprovince which = JAP value = 1950 }
		command = { type = secedeprovince which = JAP value = 1779 }
		command = { type = secedeprovince which = JAP value = 1780 }
		command = { type = secedeprovince which = JAP value = 1774 }
		command = { type = secedeprovince which = JAP value = 1773 }
		command = { type = secedeprovince which = JAP value = 1767 }
		command = { type = secedeprovince which = JAP value = 1768 }
		command = { type = secedeprovince which = JAP value = 1760 }
		command = { type = secedeprovince which = JAP value = 1785 }
		command = { type = secedeprovince which = JAP value = 1786 }
		command = { type = secedeprovince which = JAP value = 1791 }
		command = { type = secedeprovince which = JAP value = 1792 }
		command = { type = secedeprovince which = JAP value = 1793 }
		command = { type = secedeprovince which = JAP value = 1794 }
	}
}


#####################################
# 462005 - Manpower: WAR (by McNaughton)	     	    
#####################################

event = { 
	id = 462005
	random = no
	country = ITA

	trigger = {
		war = { country = ENG country = GER }
		}

	name = CEVTNAME_462005
	desc = CEVTDESC_462005
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = CEVTACTA_462005
			command = { type = manpowerpool value = 600 }
			command = { type = dissent value = -2 }
		}
}

#####################################
# 462006 - Manpower: Fall of Libya 	    
# by McNaughton		     	    #
#####################################

event = { 
	id = 462006
	random = no
	country = ITA

	trigger = {
		NOT = {
			OR = {
				control = { province = 1085 data = -1 } #Tripoli not controlled by Italy
				control = { province = 1097 data = -1 } #Tobruk not controlled by Italy
				control = { province = 1087 data = -1 } #Sirt not controlled by Italy
				}
			}
		}

	name = CEVTNAME_462006
	desc = CEVTDESC_462006
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 5
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = CEVTACTA_462006
			command = { type = manpowerpool value = 400 } # Tripoli
			command = { type = secedeprovince which = FRA value = 1084 } #transfer interior of Libya to Allied Control
			command = { type = secedeprovince which = FRA value = 1107 }
			command = { type = secedeprovince which = ENG value = 1105 }
			command = { type = secedeprovince which = ENG value = 1106 }
		}
}

#########################################################################
# ETHIOPIA - ITALY RELATIONS 
#  Creation of a Ethiopian Vassal state under Italian control (by Generalisimo)
#########################################################################
event = { 
	id = 462007
	random = no
	country = ITA
	trigger = {
		control = { province = 1295 data = ITA } # Addis Abeba
		exists = ETH
		}
	name = CEVTNAME_462007
	desc = CEVTDESC_462007
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 1
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_462007
		command = { type = inherit which = ETH }
		command = { type = dissent value = -4 }
		command = { type = warentry which = FRA value = -15 } #0.72
		command = { type = warentry which = ENG value = -15 } ##0.72
		command = { type = warentry which = BEL value = -15 } ##0.72
		command = { type = warentry which = HOL value = -15 } ##0.72
		}
	action_b = {
		name = CEVTACTB_462007
		command = { type = make_puppet which = ETH }
		command = { type = dissent value = -2 }
		command = { type = warentry which = FRA value = -20 } #0.72
		command = { type = warentry which = ENG value = -20 } ##0.72
		command = { type = warentry which = BEL value = -20 } ##0.72
		command = { type = warentry which = HOL value = -20 } ##0.72
		command = { type = trigger which = 552004 } #ETH
		command = { type = sleepevent which = 462077 } # ITA Pacifying Ethiopia
		command = { type = sleepevent which = 272070 } # ENG The Emperor's Response		
		command = { type = sleepevent which = 462080 } # ITA Pacifying Ethiopia, ETH response
		command = { type = sleepevent which = 462081 } # ITA Pacifying Ethiopia, ETH response
		# 462008-462014-1937
		command = { type = sleepevent which = 462008 } 
		command = { type = sleepevent which = 462009 } 
		command = { type = sleepevent which = 462010 } 
		command = { type = sleepevent which = 462011 } 
		command = { type = sleepevent which = 462012 } 
		command = { type = sleepevent which = 462013 } 
		command = { type = sleepevent which = 462014 } 
		# 462040-462046-1938
		command = { type = sleepevent which = 462040 } 
		command = { type = sleepevent which = 462041 } 
		command = { type = sleepevent which = 462042 } 	
		command = { type = sleepevent which = 462043 } 
		command = { type = sleepevent which = 462044 } 
		command = { type = sleepevent which = 462045 } 
		command = { type = sleepevent which = 462046 } 
		# 462047-462053-1939
		command = { type = sleepevent which = 462047 } 
		command = { type = sleepevent which = 462048 } 
		command = { type = sleepevent which = 462049 } 
		command = { type = sleepevent which = 462050 } 
		command = { type = sleepevent which = 462051 } 
		command = { type = sleepevent which = 462052 } 
		command = { type = sleepevent which = 462053 } 
		# 462054-462060-1940
		command = { type = sleepevent which = 462054 } 
		command = { type = sleepevent which = 462055 } 
		command = { type = sleepevent which = 462056 } 
		command = { type = sleepevent which = 462057 } 
		command = { type = sleepevent which = 462058 } 
		command = { type = sleepevent which = 462059 } 
		command = { type = sleepevent which = 462060 } 
		# 462061-462067-1941
		command = { type = sleepevent which = 462061 } 
		command = { type = sleepevent which = 462062 } 
		command = { type = sleepevent which = 462063 } 
		command = { type = sleepevent which = 462064 } 
		command = { type = sleepevent which = 462065 } 
		command = { type = sleepevent which = 462066 } 
		command = { type = sleepevent which = 462067 } 
		# 462068-462074-1942
		command = { type = sleepevent which = 462068 } 
		command = { type = sleepevent which = 462069 } 
		command = { type = sleepevent which = 462070 } 
		command = { type = sleepevent which = 462071 } 
		command = { type = sleepevent which = 462072 } 
		command = { type = sleepevent which = 462073 } 
		command = { type = sleepevent which = 462074 } 
		}
}



#########################################################################
#  Ethiopian Freedom Fighters for 1937 (by Generalisimo)
#  one per province: 1288 1290 1293 1294 1295 1296 1297
#  462008 to 462014
#########################################################################
event = { 
	id = 462008
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
			puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1288 size = 1 }
		}
		NOT = {
			exists = ETH
		}
		control = { province = 1288 data = ITA }
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 120
	deathdate = { day = 30 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_952088 # ok
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462009 } 
		command = { type = sleepevent which = 462010 } 
		command = { type = sleepevent which = 462011 } 
		command = { type = sleepevent which = 462012 } 
		command = { type = sleepevent which = 462013 } 
		command = { type = sleepevent which = 462014 } 
	}
}

event = { 
	id = 462009
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1290 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1290 data = ITA }
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 120
	deathdate = { day = 30 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462008 } 
		command = { type = sleepevent which = 462010 } 
		command = { type = sleepevent which = 462011 } 
		command = { type = sleepevent which = 462012 } 
		command = { type = sleepevent which = 462013 } 
		command = { type = sleepevent which = 462014 } 
	}
}

event = { 
	id = 462010
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1293 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1293 data = ITA }
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 120
	deathdate = { day = 30 month = december year = 1937 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462008 } 
		command = { type = sleepevent which = 462009 } 
		command = { type = sleepevent which = 462011 } 
		command = { type = sleepevent which = 462012 } 
		command = { type = sleepevent which = 462013 } 
		command = { type = sleepevent which = 462014 } 
	}
}

event = { 
	id = 462011
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1294 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1294 data = ITA }
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 120
	deathdate = { day = 30 month = december year = 1937 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462008 } 
		command = { type = sleepevent which = 462009 } 
		command = { type = sleepevent which = 462010 } 
		command = { type = sleepevent which = 462012 } 
		command = { type = sleepevent which = 462013 } 
		command = { type = sleepevent which = 462014 } 
	}
}

event = { 
	id = 462012
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1295 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1295 data = ITA }
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 120
	deathdate = { day = 30 month = december year = 1937 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462008 } 
		command = { type = sleepevent which = 462009 } 
		command = { type = sleepevent which = 462010 } 
		command = { type = sleepevent which = 462011 } 
		command = { type = sleepevent which = 462013 } 
		command = { type = sleepevent which = 462014 } 
	}
}

event = { 
	id = 462013
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1296 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1296 data = ITA }
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 120
	deathdate = { day = 30 month = december year = 1937 }
	
	action_a = {
		name = "Ok"
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462008 } 
		command = { type = sleepevent which = 462009 } 
		command = { type = sleepevent which = 462010 } 
		command = { type = sleepevent which = 462011 } 
		command = { type = sleepevent which = 462012 } 
		command = { type = sleepevent which = 462014 } 
	}
}

event = { 
	id = 462014
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1297 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1297 data = ITA }
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 120
	deathdate = { day = 30 month = december year = 1937 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462008 } 
		command = { type = sleepevent which = 462009 } 
		command = { type = sleepevent which = 462010 } 
		command = { type = sleepevent which = 462011 } 
		command = { type = sleepevent which = 462012 } 
		command = { type = sleepevent which = 462013 } 
	}
}

#########################################################################
#  Ethiopia demands East Africa (by Generalisimo)
#########################################################################
event = { 
	id = 462015
	random = no
	country = ITA

	#triggered by ETH 552006

	name = CEVTNAME_462015
	desc = CEVTDESC_462015
	style = 0
	
	action_a = {
		name = CEVTACTA_462015
		command = { type = secedeprovince which = ETH value = 1299 }
		command = { type = secedeprovince which = ETH value = 1302 }
		command = { type = secedeprovince which = ETH value = 1285 }
		command = { type = trigger which = 552007 } #ETH
		command = { type = peace which = ETH value = 0 }
	}
	action_b = {
		name = CEVTACTB_462015
		command = { type = trigger which = 552008 } #ETH
	}
	action_c = {
		name = CEVTACTC_462015
		command = { type = trigger which = 552009 } #ETH
	}
	action_d = {
		name = CEVTACTD_462015
		command = { type = trigger which = 552010 } #ETH
	}
}

#########################################################################
#  Ethiopia response to our offers of peace (by Generalisimo)
#  462016 to 462019
#########################################################################
event = { 
	id = 462016
	random = no
	country = ITA

	#triggered by ETH 552008 A

	name = CEVTNAME_462016
	desc = CEVTDESC_462016
	style = 0
	
	action_a = {
		name = CEVTACTA_462016
		command = { type = secedeprovince which = ETH value = 1285 }
		command = { type = peace which = ETH value = 0 }
	}
}

event = { 
	id = 462017
	random = no
	country = ITA

	#triggered by ETH 552008 B

	name = CEVTNAME_462017
	desc = CEVTDESC_462017
	style = 0
	
	action_a = {
		name = CEVTACTA_462017
		command = {  }
	}
}

event = { 
	id = 462018
	random = no
	country = ITA

	#triggered by ETH 552009 A

	name = CEVTNAME_462018
	desc = CEVTDESC_462018
	style = 0
	
	action_a = {
		name = CEVTACTA_462018
		command = { type = secedeprovince which = ETH value = 1299 }
		command = { type = secedeprovince which = ETH value = 1302 }
		command = { type = peace which = ETH value = 0 }
	}
}

event = { 
	id = 462019
	random = no
	country = ITA

	#triggered by ETH 552009 B

	name = CEVTNAME_462019
	desc = CEVTDESC_462019
	style = 0
	
	action_a = {
		name = CEVTACTA_462019
		command = {  }
	}
}

###############################################################

#####################################
# 462020 - Political: Death of Italo Balbo   
# by McNaughton		     	    
#####################################

event = { 
	id = 462020
	random = no
	country = ITA

trigger = {
		OR = {
			war = { country = ENG country = ITA }
			war = { country = SOV country = ITA }
			}
		random = 75
		headofgovernment = 3002
	}


	name = CEVTNAME_462020
	desc = CEVTDESC_462020
	style = 0

	date = { day = 20 month = June year = 1940 } 
	offset = 8
	deathdate = { day = 30 month = december year = 1940 } 

	action_a = {
			name = CEVTACTA_462020
			command = { type = sleepleader which = 6170 } #Balbo Air Leader
			#command = { type = sleepminister which = 3010 } #Balbo isn't a minister anymore!
			command = { type = sleepleader which = 6014 } #Balbo Land Leader 
	}
	action_b = {
			name = CEVTACTB_462020
			command = { type = dissent value = 5 }
	}
}

###################################
# 462021 - Italy Surrenders: Regime Change 
###################################

event = { 
	id = 462021
	random = no
	country = ITA
	
	trigger = {
		alliance = { country = ITA  country = GER }
		war = { country = ITA country = ENG }

		minister = 1 # Hitler in Germany
		headofgovernment = 3002 # Mussolini

		# Africa not in Italy hands
		NOT = {
			OR = {
				control = { province = 1085 data = ITA } #Tripoli not controlled by Italy
				control = { province = 1097 data = ITA } #Tobruk not controlled by Italy
				control = { province = 1087 data = ITA } #Sirt not controlled by Italy
				control = { province = 1295 data = ITA } #Addis Abeba not controlled by Italy
				control = { province = 1081 data = ITA } #Tunis not controlled by Italy
				}
			}
				
		# South Italy invaded
		NOT = {
			AND = {
				control = { province = 908 data = ITA } #Roma not controlled by Italy
				control = { province = 893 data = ITA } #Taranto not controlled by Italy
				control = { province = 898 data = ITA } #Siracusa not controlled by Italy
				control = { province = 897 data = ITA } #Messina not controlled by Italy
				control = { province = 903 data = ITA } #Cosenza not controlled by Italy
				control = { province = 901 data = ITA } #Napoli not controlled by Italy
				}
			}

		# North Italy in italian hands
		# 912 563 567 906 907 910 913 932 933 
		AND = {
			control = { province = 912 data = ITA } #Milan controlled by Italy
			control = { province = 563 data = ITA } #Bolzano controlled by Italy
			control = { province = 567 data = ITA } #Venezia controlled by Italy
			control = { province = 906 data = ITA } #Firenze controlled by Italy
			control = { province = 907 data = ITA } #Ancona controlled by Italy
			control = { province = 910 data = ITA } #Parma controlled by Italy
			control = { province = 913 data = ITA } #La Spezia controlled by Italy
			control = { province = 932 data = ITA } #Torino controlled by Italy
			control = { province = 933 data = ITA } #Genoa controlled by Italy
			}
		### to avoid quick exploits ###
		random = 40
		# South Italy captured
		NOT = {
			OR = {
				control = { province = 893 data = ITA } #Taranto not controlled by Italy
				control = { province = 898 data = ITA } #Siracusa not controlled by Italy
				control = { province = 897 data = ITA } #Messina not controlled by Italy
				control = { province = 903 data = ITA } #Cosenza not controlled by Italy
				}
			}
		}
	
	name = CEVTNAME_462021
	desc = CEVTDESC_462021
	style = 0
	
	date = { day = 1 month = january year = 1937 }
	offset = 3
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_462021
		command = { type = headofstate which = 3011 } # Umberto II
		command = { type = headofgovernment which = 3012 }
		command = { type = foreignminister which = 3013 }
		command = { type = armamentminister which = 3014 }
		command = { type = ministerofsecurity which = 3015 }
		command = { type = ministerofintelligence which = 3016 }
		command = { type = chiefofstaff which = 3017 }
		command = { type = chiefofarmy which = 3018 }
		command = { type = chiefofnavy which = 3019 }
		command = { type = chiefofair which = 3020 }
		command = { type = dissent value = -10 }
		command = { type = trigger which = 462022 } #Italy Surrenders
	}
	action_b = {
		name = CEVTACTB_462021
		command = { type = dissent value = 10 }
		command = { type = manpowerpool value = -200 } #Desertions
		command = { type = sleepevent which = 462022 }
		command = { type = sleepevent which = 462023 }
		command = { type = sleepevent which = 272080 } # ENG event
		command = { type = sleepevent which = 172032 } # GER event
		command = { type = sleepevent which = 462026 }
		command = { type = sleepevent which = 272081 } # ENG event
	}
}

###################################
# 462022 - Italy Surrenders: Vatican Talks 
###################################

event = { 
	id = 462022
	random = no
	country = ITA
	
	# triggered by 462021 A
	
	name = CEVTNAME_462022
	desc = CEVTDESC_462022
	style = 0

	action_a = {
		name = CEVTACTA_462022
		command = { type = alignment which = democratic value = 200 }
		}
}

###############################
# 462023 - Italy Surrenders: Armistice 
###############################

event = { 
	id = 462023
	random = no
	country = ITA
	
	trigger = {
		event = 462022
		random = 25
		}
	
	name = CEVTNAME_462023
	desc = CEVTDESC_462023
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 3 
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_462023
		command = { type = leave_alliance }
		### RSI created
		command = { type = independence which = U01 value = 1 } #RSI created
		command = { type = dissent value = -10 }
		### Provinces seceded to Germany
		command = { type = secedeprovince which = GER value = 563 } #Bolzano
		### Provinces seceded to R.S.I.
		#command = { type = secedeprovince which = U01 value = 567 } #Venezia
		#command = { type = secedeprovince which = U01 value = 905 } #Bologna
		command = { type = secedeprovince which = U01 value = 885 } #Rhodos
		#command = { type = secedeprovince which = U01 value = 906 } #Firenze
		#command = { type = secedeprovince which = U01 value = 907 } #Ancona
		#command = { type = secedeprovince which = U01 value = 910 } #Parma
		#command = { type = secedeprovince which = U01 value = 912 } #Milano
		#command = { type = secedeprovince which = U01 value = 913 } #La Spezia
		#command = { type = secedeprovince which = U01 value = 932 } #Torino
		#command = { type = secedeprovince which = U01 value = 933 } #Genoa
		### Colonial Provinces seceded to England
		command = { type = secedeprovince which = ENG value = 1084 } #Sahba
		command = { type = secedeprovince which = ENG value = 1085 } #Tripoli
		command = { type = secedeprovince which = ENG value = 1086 } #Misratuh
		command = { type = secedeprovince which = ENG value = 1087 } #Sirt
		command = { type = secedeprovince which = ENG value = 1088 } #Al Aquylah
		command = { type = secedeprovince which = ENG value = 1089 } #Aujila
		command = { type = secedeprovince which = ENG value = 1092 } #Bardiyah
		command = { type = secedeprovince which = ENG value = 1094 } #Al Jaghbub
		command = { type = secedeprovince which = ENG value = 1095 } #Bir El Hakim
		command = { type = secedeprovince which = ENG value = 1096 } #Darnah
		command = { type = secedeprovince which = ENG value = 1097 } #Tobruk
		command = { type = secedeprovince which = ENG value = 1098 } #Benghazi
		command = { type = secedeprovince which = ENG value = 1105 } #Zallah
		command = { type = secedeprovince which = ENG value = 1106 } #Al Irk
		command = { type = secedeprovince which = ENG value = 1107 } #Al Khofrah
		command = { type = secedeprovince which = ENG value = 1285 } #Asmara
		command = { type = secedeprovince which = ENG value = 1287 } #Berbera
		command = { type = secedeprovince which = ENG value = 1299 } #Obbia
		command = { type = secedeprovince which = ENG value = 1301 } #Kismayo
		command = { type = secedeprovince which = ENG value = 1302 } #Mogadishu
		command = { type = secedeprovince which = FRA value = 1289 } #Djibouti
		command = { type = secedeprovince which = ENG value = 1293 } #Dagabur
		command = { type = secedeprovince which = ENG value = 1290 } #Gondar
		command = { type = secedeprovince which = ENG value = 1288 } #Makale
		command = { type = secedeprovince which = ENG value = 1297 } #Jimma
		command = { type = secedeprovince which = ENG value = 1295 } #Addis Ababa
		command = { type = secedeprovince which = ENG value = 1294 } #Harar
		command = { type = secedeprovince which = ENG value = 1296 } #Magalo
		### Continental Italy to England
		#command = { type = secedeprovince which = ENG value = 897 } #Messina
		#command = { type = secedeprovince which = ENG value = 898 } #Siracusa
		#command = { type = secedeprovince which = ENG value = 903 } #Cosenza
		#command = { type = secedeprovince which = ENG value = 902 } #Potenza
		#command = { type = secedeprovince which = ENG value = 901 } #Napoli
		#command = { type = secedeprovince which = ENG value = 900 } #Bari
		#command = { type = secedeprovince which = ENG value = 908 } #Rome
		### New Capital
		command = { type = capital which = 893 } #Taranto
		### Access to all allied members
		command = { type = access which = ENG }
		command = { type = access which = FRA }
		command = { type = access which = CAN }
		command = { type = access which = USA }
		command = { type = access which = AST }
		command = { type = access which = NZL }
		command = { type = access which = SAF }
		command = { type = access which = BEL }
		command = { type = access which = HOL }
		### RSI leaders / ministers
		command = { type = sleepminister which = 3002 } #Loyal Fascist
		command = { type = sleepminister which = 3003 } #Loyal Fascist
		command = { type = sleepminister which = 3004 } #Loyal Fascist
		command = { type = sleepminister which = 3005 } #Loyal Fascist
		command = { type = sleepminister which = 3006 } #Loyal Fascist
		command = { type = sleepminister which = 3008 } #Loyal Fascist
		command = { type = sleepminister which = 3009 } #Loyal Fascist
		command = { type = sleepminister which = 3010 } #Loyal Fascist
		# removed because we do not know who they are
		# we must go back to 1.02 to know it :(
		#command = { type = sleepminister which = 3031 } #Loyal Fascist
		#command = { type = sleepminister which = 3032 } #Loyal Fascist
		#command = { type = sleepminister which = 3033 } #Loyal Fascist
		#command = { type = sleepminister which = 3034 } #Loyal Fascist
		#command = { type = sleepminister which = 3035 } #Loyal Fascist
		#command = { type = sleepminister which = 3036 } #Loyal Fascist
		#command = { type = sleepminister which = 3037 } #Loyal Fascist
		#command = { type = sleepminister which = 3038 } #Loyal Fascist
		#command = { type = sleepminister which = 3039 } #Loyal Fascist
		#command = { type = sleepminister which = 3040 } #Loyal Fascist
		#command = { type = sleepminister which = 3041 } #Loyal Fascist
		#command = { type = sleepleader which = 6046 } #Loyal Fascist
		#command = { type = sleepleader which = 6052 } #Loyal Fascist
		#command = { type = sleepleader which = 6083 } #Loyal Fascist
		#command = { type = sleepleader which = 6090 } #Loyal Fascist
		#command = { type = sleepleader which = 6104 } #Loyal Fascist
		#command = { type = sleepleader which = 6212 } #Loyal Fascist
		#command = { type = sleepleader which = 6214 } #Loyal Fascist
		#command = { type = sleepleader which = 6218 } #Loyal Fascist
		#command = { type = sleepleader which = 6005 } #German POW
		#command = { type = sleepleader which = 6029 } #German POW
		#command = { type = sleepleader which = 6055 } #German POW
		#command = { type = sleepleader which = 6069 } #German POW
		#command = { type = sleepleader which = 6107 } #German POW
		#command = { type = sleepleader which = 6135 } #German POW
		#command = { type = sleepleader which = 6136 } #German POW
		#command = { type = sleepleader which = 6155 } #German POW
		#command = { type = sleepleader which = 6156 } #German POW
		command = { type = trigger which = 172032 } # GER event
		command = { type = trigger which = 272080 } #Triggers England's Allies Event
		command = { type = trigger which = 272081 } #Triggers England's Allies Event
	}
}

##################################################
# 462024 - Italy Surrenders: USA allied (by Generalisimo)
##################################################

event = { 
	id = 462024
	random = no
	country = ITA
	
	# Triggered by 
	
	name = CEVTNAME_462024
	desc = CEVTDESC_462024
	style = 0
	
	action_a = {
		name = CEVTACTA_462024
		command = { type = secedeprovince which = USA value = 897 } #Messina
		command = { type = secedeprovince which = USA value = 898 } #Siracusa
		command = { type = secedeprovince which = USA value = 903 } #Cosenza
		command = { type = secedeprovince which = USA value = 902 } #Potenza
		command = { type = secedeprovince which = USA value = 901 } #Napoli
		command = { type = secedeprovince which = USA value = 900 } #Bari
		command = { type = secedeprovince which = USA value = 908 } #Rome
		}
}

##################################################
# 462025 - Italy Surrenders: USA NOT allied (by Generalisimo)
##################################################

event = { 
	id = 462025
	random = no
	country = ITA
	
	# Triggered by 
	
	name = CEVTNAME_462025
	desc = CEVTDESC_462025
	style = 0
	
	action_a = {
		name = CEVTACTA_462025
		command = { type = secedeprovince which = ENG value = 897 } #Messina
		command = { type = secedeprovince which = ENG value = 898 } #Siracusa
		command = { type = secedeprovince which = ENG value = 903 } #Cosenza
		command = { type = secedeprovince which = ENG value = 902 } #Potenza
		command = { type = secedeprovince which = ENG value = 901 } #Napoli
		command = { type = secedeprovince which = ENG value = 900 } #Bari
		command = { type = secedeprovince which = ENG value = 908 } #Rome
		}
}

##################################################
# 462026 - Italy Surrenders: RSI joins Axis (by Generalisimo)
##################################################

event = { 
	id = 462026
	random = no
	country = U01
	
	# Triggered by Action A of GER 'Rescue Mussolini' Event
	
	name = CEVTNAME_462026
	desc = CEVTDESC_462026
	style = 0
	
	action_a = {
		name = CEVTACTA_462026
		command = { type = access which = GER }
		command = { type = add_division which = militia when = 912 }
		command = { type = add_division which = militia when = 913 }
		command = { type = add_division which = militia when = 912 }
		command = { type = add_division which = militia when = 913 }
		command = { type = add_division which = militia when = 932 }
		command = { type = add_division which = militia when = 933 }
		command = { type = add_division which = infantry when = 932 }
		command = { type = add_division which = infantry when = 933 }
		command = { type = end_puppet } # end puppet status
		command = { type = supplies value = 5000 } # German support
		#command = { type = alliance which = GER }
		}
}

##################################################
# 462027 - Italy Surrenders: Italy joins Allies (by Generalisimo)
##################################################

event = { 
	id = 462027
	random = no
	country = ITA
	
	# Triggered by ENG 272080 OR 272081 
	
	name = CEVTNAME_462027
	desc = CEVTDESC_462027
	style = 0
	
	action_a = {
		name = CEVTACTA_462027
		command = { type = end_puppet } # end puppet status
		command = { type = supplies value = 20000 } # allied support
		}
}

######################################
# 462028 - Italy Surrenders: The Italian Army 
######################################

event = { 
	id = 462028
	random = no
	country = ITA
	
	trigger = {
		OR = {
			event = 272080 #Triggered by 'Join the Allies' event, and a 50% chance of Y/N
			event = 272081 #Triggered by 'Join the Allies' event, and a 50% chance of Y/N
			}
		alliance = { country = ENG country = ITA }
		random = 50
		}
	
	name = CEVTNAME_462028
	desc = CEVTDESC_462028
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 1
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_462028
		command = { type = secedeprovince which = GER value = 751 } #Novi Pasor
		command = { type = secedeprovince which = GER value = 752 } #Pristina
		command = { type = secedeprovince which = GER value = 753 } #Podgorica
		command = { type = secedeprovince which = GER value = 754 } #Tirona
		command = { type = secedeprovince which = GER value = 820 } #Vlore
		command = { type = secedeprovince which = GER value = 874 } #Ioannia
		command = { type = secedeprovince which = GER value = 889 } #Agrinion
		command = { type = secedeprovince which = GER value = 875 } #Larisa
		command = { type = secedeprovince which = GER value = 891 } #Athinai
		command = { type = secedeprovince which = GER value = 890 } #Patrai
		command = { type = secedeprovince which = GER value = 2103 } #Argostoli
		command = { type = secedeprovince which = GER value = 755 } #Skopje
		command = { type = secedeprovince which = GER value = 2159 } #Chalkis
		command = { type = secedeprovince which = GER value = 872 } #Thessaloniki
		command = { type = secedeprovince which = GER value = 735 } #Nis
		command = { type = secedeprovince which = GER value = 737 } #Valjevo
		command = { type = secedeprovince which = GER value = 738 } #Beograd
		command = { type = secedeprovince which = GER value = 747 } #Dubrovnik
		command = { type = secedeprovince which = GER value = 744 } #Mostar
		command = { type = secedeprovince which = GER value = 745 } #Sarajevo
		command = { type = secedeprovince which = GER value = 740 } #Osijek
		command = { type = secedeprovince which = GER value = 624 } #Zagreb
		command = { type = secedeprovince which = GER value = 742 } #Banja Luka
		command = { type = secedeprovince which = GER value = 743 } #Split
		command = { type = secedeprovince which = GER value = 569 } #Rijeka
		command = { type = secedeprovince which = GER value = 570 } #Ljubljana
		}
}


#########################################################
# 462029 - Send Military advisors and tech support to Franco?
# by nachinus
#########################################################

event = {
	id = 462029 # 50112
	trigger = {
		atwar = no
		war = { country = SPA country = SPR }
		event = 3003 #SPA receives ITA supplies
		NOT = {
			OR = {
				alliance = { country = ENG country = SPA }
				alliance = { country = ITA country = SPR }
				alliance = { country = SOV country = SPR }
				alliance = { country = FRA country = SPR }
				alliance = { country = ITA country = SPA }
				}
			}
		}
	random = no
	country = ITA
	name = CEVTNAME_462029
	desc = CEVTDESC_462029
	style = 0

	date = { day = 1 month = november year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = october year = 1939 }

	action_a = {
		name = CEVTACTA_462029
		command = { type = supplies value = -200 }
		command = { type = dissent value = -4 }
		command = { type = gain_tech which = 11101 }
		command = { type = gain_tech which = 11200 }
		command = { type = gain_tech which = 12200 }
		command = { type = gain_tech which = 3007 }
		command = { type = gain_tech which = 14150 }
		command = { type = gain_tech which = 9011 }
		command = { type = trigger which = 802005 } #SPA gets Italian advisors and tech support
	}
	action_b = {
		name = CEVTACTB_462029
		command = { type = alignment which = fascist value = -10 }
		command = { type = influence value = -2 }
	}
}

##### 462030 to 462039 RESERVED ####

#########################################################################
#  Ethiopian Freedom Fighters for 1938 (by Generalisimo)
#  one per province: 1288 1290 1293 1294 1295 1296 1297
#  462040 to 462046
#########################################################################
event = { 
	id = 462040
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1288 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1288 data = ITA }
		NOT = {
			event = 462041
			event = 462042
			event = 462043
			event = 462044
			event = 462045
			event = 462046
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462041 } 
		command = { type = sleepevent which = 462042 } 
		command = { type = sleepevent which = 462043 } 
		command = { type = sleepevent which = 462044 } 
		command = { type = sleepevent which = 462045 } 
		command = { type = sleepevent which = 462046 } 
	}
}

event = { 
	id = 462041
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1290 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1290 data = ITA }
		NOT = {
			event = 462040
			event = 462042
			event = 462043
			event = 462044
			event = 462045
			event = 462046
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462040 } 
		command = { type = sleepevent which = 462042 } 
		command = { type = sleepevent which = 462043 } 
		command = { type = sleepevent which = 462044 } 
		command = { type = sleepevent which = 462045 } 
		command = { type = sleepevent which = 462046 } 
	}
}

event = { 
	id = 462042
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1293 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1293 data = ITA }
		NOT = {
			event = 462040
			event = 462041
			event = 462043
			event = 462044
			event = 462045
			event = 462046
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1938 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462040 } 
		command = { type = sleepevent which = 462041 } 
		command = { type = sleepevent which = 462043 } 
		command = { type = sleepevent which = 462044 } 
		command = { type = sleepevent which = 462045 } 
		command = { type = sleepevent which = 462046 } 
	}
}

event = { 
	id = 462043
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1294 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1294 data = ITA }
		NOT = {
			event = 462040
			event = 462041
			event = 462042
			event = 462044
			event = 462045
			event = 462046
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1938 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462040 } 
		command = { type = sleepevent which = 462041 } 
		command = { type = sleepevent which = 462042 } 
		command = { type = sleepevent which = 462044 } 
		command = { type = sleepevent which = 462045 } 
		command = { type = sleepevent which = 462046 } 
	}
}

event = { 
	id = 462044
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1295 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1295 data = ITA }
		NOT = {
			event = 462040
			event = 462041
			event = 462042
			event = 462043
			event = 462044
			event = 462045
			event = 462046
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1938 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462040 } 
		command = { type = sleepevent which = 462041 } 
		command = { type = sleepevent which = 462042 } 
		command = { type = sleepevent which = 462043 } 
		command = { type = sleepevent which = 462045 } 
		command = { type = sleepevent which = 462046 } 
	}
}

event = { 
	id = 462045
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1296 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1296 data = ITA }
		NOT = {
			event = 462040
			event = 462041
			event = 462042
			event = 462043
			event = 462044
			event = 462046
		}

	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1938 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462040 } 
		command = { type = sleepevent which = 462041 } 
		command = { type = sleepevent which = 462042 } 
		command = { type = sleepevent which = 462043 } 
		command = { type = sleepevent which = 462044 } 
		command = { type = sleepevent which = 462046 } 
	}
}

event = { 
	id = 462046
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1297 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1297 data = ITA }
		NOT = {
			event = 462040
			event = 462041
			event = 462042
			event = 462043
			event = 462044
			event = 462045
		}

	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 120
	deathdate = { day = 30 month = december year = 1938 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462040 } 
		command = { type = sleepevent which = 462041 } 
		command = { type = sleepevent which = 462042 } 
		command = { type = sleepevent which = 462043 } 
		command = { type = sleepevent which = 462044 } 
		command = { type = sleepevent which = 462045 } 
	}
}

#########################################################################
#  Ethiopian Freedom Fighters for 1939 (by Generalisimo)
#  one per province: 1288 1290 1293 1294 1295 1296 1297
#  462047 to 462053
#########################################################################
event = { 
	id = 462047
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1288 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1288 data = ITA }
		NOT = {
			event = 462048
			event = 462049
			event = 462050
			event = 462051
			event = 462052
			event = 462053
		}

	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 120
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462048 } 
		command = { type = sleepevent which = 462049 } 
		command = { type = sleepevent which = 462050 } 
		command = { type = sleepevent which = 462051 } 
		command = { type = sleepevent which = 462052 } 
		command = { type = sleepevent which = 462053 } 
	}
}

event = { 
	id = 462048
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1290 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1290 data = ITA }
		NOT = {
			event = 462047
			event = 462049
			event = 462050
			event = 462051
			event = 462052
			event = 462053
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 120
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462047 } 
		command = { type = sleepevent which = 462049 } 
		command = { type = sleepevent which = 462050 } 
		command = { type = sleepevent which = 462051 } 
		command = { type = sleepevent which = 462052 } 
		command = { type = sleepevent which = 462053 } 
	}
}

event = { 
	id = 462049
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1293 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1293 data = ITA }
		NOT = {
			event = 462047
			event = 462048
			event = 462050
			event = 462051
			event = 462052
			event = 462053
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 120
	deathdate = { day = 30 month = december year = 1939 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462047 } 
		command = { type = sleepevent which = 462048 } 
		command = { type = sleepevent which = 462050 } 
		command = { type = sleepevent which = 462051 } 
		command = { type = sleepevent which = 462052 } 
		command = { type = sleepevent which = 462053 } 
	}
}

event = { 
	id = 462050
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1294 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1294 data = ITA }
		NOT = {
			event = 462047
			event = 462048
			event = 462049
			event = 462051
			event = 462052
			event = 462053
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 120
	deathdate = { day = 30 month = december year = 1939 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462047 } 
		command = { type = sleepevent which = 462048 } 
		command = { type = sleepevent which = 462049 } 
		command = { type = sleepevent which = 462051 } 
		command = { type = sleepevent which = 462052 } 
		command = { type = sleepevent which = 462053 } 
	}
}

event = { 
	id = 462051
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1295 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1295 data = ITA }
		NOT = {
			event = 462047
			event = 462048
			event = 462049
			event = 462050
			event = 462052
			event = 462053
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 120
	deathdate = { day = 30 month = december year = 1939 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462047 } 
		command = { type = sleepevent which = 462048 } 
		command = { type = sleepevent which = 462049 } 
		command = { type = sleepevent which = 462050 } 
		command = { type = sleepevent which = 462052 } 
		command = { type = sleepevent which = 462053 } 
	}
}

event = { 
	id = 462052
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1296 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1296 data = ITA }
		NOT = {
			event = 462047
			event = 462048
			event = 462049
			event = 462050
			event = 462051
			event = 462053
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 120
	deathdate = { day = 30 month = december year = 1939 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462047 } 
		command = { type = sleepevent which = 462048 } 
		command = { type = sleepevent which = 462049 } 
		command = { type = sleepevent which = 462050 } 
		command = { type = sleepevent which = 462051 } 
		command = { type = sleepevent which = 462053 } 
	}
}

event = { 
	id = 462053
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1297 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1297 data = ITA }
		NOT = {
			event = 462047
			event = 462048
			event = 462049
			event = 462050
			event = 462051
			event = 462052
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 120
	deathdate = { day = 30 month = december year = 1939 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462047 } 
		command = { type = sleepevent which = 462048 } 
		command = { type = sleepevent which = 462049 } 
		command = { type = sleepevent which = 462050 } 
		command = { type = sleepevent which = 462051 } 
		command = { type = sleepevent which = 462052 } 
	}
}

#########################################################################
#  Ethiopian Freedom Fighters for 1940 (by Generalisimo)
#  one per province: 1288 1290 1293 1294 1295 1296 1297
#  462054 to 462060
#########################################################################
event = { 
	id = 462054
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1288 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1288 data = ITA }
		NOT = {
			event = 462055
			event = 462056
			event = 462057
			event = 462058
			event = 462059
			event = 462060
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 120
	deathdate = { day = 30 month = december year = 1940 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462055 } 
		command = { type = sleepevent which = 462056 } 
		command = { type = sleepevent which = 462057 } 
		command = { type = sleepevent which = 462058 } 
		command = { type = sleepevent which = 462059 } 
		command = { type = sleepevent which = 462060 } 
	}
}

event = { 
	id = 462055
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1290 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1290 data = ITA }
		NOT = {
			event = 462054
			event = 462056
			event = 462057
			event = 462058
			event = 462059
			event = 462060
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 120
	deathdate = { day = 30 month = december year = 1940 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462054 } 
		command = { type = sleepevent which = 462056 } 
		command = { type = sleepevent which = 462057 } 
		command = { type = sleepevent which = 462058 } 
		command = { type = sleepevent which = 462059 } 
		command = { type = sleepevent which = 462060 } 
	}
}

event = { 
	id = 462056
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1293 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1293 data = ITA }
		NOT = {
			event = 462054
			event = 462055
			event = 462057
			event = 462058
			event = 462059
			event = 462060
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 120
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462054 } 
		command = { type = sleepevent which = 462055 } 
		command = { type = sleepevent which = 462057 } 
		command = { type = sleepevent which = 462058 } 
		command = { type = sleepevent which = 462059 } 
		command = { type = sleepevent which = 462060 } 
	}
}

event = { 
	id = 462057
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1294 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1294 data = ITA }
		NOT = {
			event = 462054
			event = 462055
			event = 462056
			event = 462058
			event = 462059
			event = 462060
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 120
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462054 } 
		command = { type = sleepevent which = 462055 } 
		command = { type = sleepevent which = 462056 } 
		command = { type = sleepevent which = 462058 } 
		command = { type = sleepevent which = 462059 } 
		command = { type = sleepevent which = 462060 } 
	}
}

event = { 
	id = 462058
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1295 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1295 data = ITA }
		NOT = {
			event = 462054
			event = 462055
			event = 462056
			event = 462057
			event = 462059
			event = 462060
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 120
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462054 } 
		command = { type = sleepevent which = 462055 } 
		command = { type = sleepevent which = 462056 } 
		command = { type = sleepevent which = 462057 } 
		command = { type = sleepevent which = 462059 } 
		command = { type = sleepevent which = 462060 } 
	}
}

event = { 
	id = 462059
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1296 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1296 data = ITA }
		NOT = {
			event = 462054
			event = 462055
			event = 462056
			event = 462057
			event = 462058
			event = 462060
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 120
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462054 } 
		command = { type = sleepevent which = 462055 } 
		command = { type = sleepevent which = 462056 } 
		command = { type = sleepevent which = 462057 } 
		command = { type = sleepevent which = 462058 } 
		command = { type = sleepevent which = 462060 } 
	}
}

event = { 
	id = 462060
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1297 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1297 data = ITA }
		NOT = {
			event = 462054
			event = 462055
			event = 462056
			event = 462057
			event = 462058
			event = 462059
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 120
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462054 } 
		command = { type = sleepevent which = 462055 } 
		command = { type = sleepevent which = 462056 } 
		command = { type = sleepevent which = 462057 } 
		command = { type = sleepevent which = 462058 } 
		command = { type = sleepevent which = 462059 } 
	}
}

#########################################################################
#  Ethiopian Freedom Fighters for 1941 (by Generalisimo)
#  one per province: 1288 1290 1293 1294 1295 1296 1297
#  462061 to 462067
#########################################################################
event = { 
	id = 462061
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1288 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1288 data = ITA }
		NOT = {
			event = 462062
			event = 462063
			event = 462064
			event = 462065
			event = 462066
			event = 462067
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 120
	deathdate = { day = 30 month = december year = 1941 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462062 } 
		command = { type = sleepevent which = 462063 } 
		command = { type = sleepevent which = 462064 } 
		command = { type = sleepevent which = 462065 } 
		command = { type = sleepevent which = 462066 } 
		command = { type = sleepevent which = 462067 } 
	}
}

event = { 
	id = 462062
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1290 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1290 data = ITA }
		NOT = {
			event = 462061
			event = 462063
			event = 462064
			event = 462065
			event = 462066
			event = 462067
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 120
	deathdate = { day = 30 month = december year = 1941 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462061 } 
		command = { type = sleepevent which = 462063 } 
		command = { type = sleepevent which = 462064 } 
		command = { type = sleepevent which = 462065 } 
		command = { type = sleepevent which = 462066 } 
		command = { type = sleepevent which = 462067 } 
	}
}

event = { 
	id = 462063
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1293 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1293 data = ITA }
		NOT = {
			event = 462061
			event = 462062
			event = 462064
			event = 462065
			event = 462066
			event = 462067
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 120
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462061 } 
		command = { type = sleepevent which = 462062 } 
		command = { type = sleepevent which = 462064 } 
		command = { type = sleepevent which = 462065 } 
		command = { type = sleepevent which = 462066 } 
		command = { type = sleepevent which = 462067 } 
	}
}

event = { 
	id = 462064
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1294 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1294 data = ITA }
		NOT = {
			event = 462061
			event = 462062
			event = 462063
			event = 462065
			event = 462066
			event = 462067
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 120
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462061 } 
		command = { type = sleepevent which = 462062 } 
		command = { type = sleepevent which = 462063 } 
		command = { type = sleepevent which = 462065 } 
		command = { type = sleepevent which = 462066 } 
		command = { type = sleepevent which = 462067 } 
	}
}

event = { 
	id = 462065
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1295 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1295 data = ITA }
		NOT = {
			event = 462061
			event = 462062
			event = 462063
			event = 462064
			event = 462066
			event = 462067
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 120
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462061 } 
		command = { type = sleepevent which = 462062 } 
		command = { type = sleepevent which = 462063 } 
		command = { type = sleepevent which = 462064 } 
		command = { type = sleepevent which = 462066 } 
		command = { type = sleepevent which = 462067 } 
	}
}

event = { 
	id = 462066
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1296 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1296 data = ITA }
		NOT = {
			event = 462061
			event = 462062
			event = 462063
			event = 462064
			event = 462065
			event = 462067
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 120
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462061 } 
		command = { type = sleepevent which = 462062 } 
		command = { type = sleepevent which = 462063 } 
		command = { type = sleepevent which = 462064 } 
		command = { type = sleepevent which = 462065 } 
		command = { type = sleepevent which = 462067 } 
	}
}

event = { 
	id = 462067
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1297 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1297 data = ITA }
		NOT = {
			event = 462061
			event = 462062
			event = 462063
			event = 462064
			event = 462065
			event = 462066
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 120
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462061 } 
		command = { type = sleepevent which = 462062 } 
		command = { type = sleepevent which = 462063 } 
		command = { type = sleepevent which = 462064 } 
		command = { type = sleepevent which = 462065 } 
		command = { type = sleepevent which = 462066 } 
	}
}

#########################################################################
#  Ethiopian Freedom Fighters for 1942 (by Generalisimo)
#  one per province: 1288 1290 1293 1294 1295 1296 1297
#  462068 to 462074
#########################################################################
event = { 
	id = 462068
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1288 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1288 data = ITA }
		NOT = {
			event = 462069
			event = 462070
			event = 462071
			event = 462072
			event = 462073
			event = 462074
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 120
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462069 } 
		command = { type = sleepevent which = 462070 } 
		command = { type = sleepevent which = 462071 } 
		command = { type = sleepevent which = 462072 } 
		command = { type = sleepevent which = 462073 } 
		command = { type = sleepevent which = 462074 } 
	}
}

event = { 
	id = 462069
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1290 size = 1 }
		}
		NOT = {
		exists = ETH
		}
		control = { province = 1290 data = ITA }
		NOT = {
			event = 462068
			event = 462070
			event = 462071
			event = 462072
			event = 462073
			event = 462074
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 120
	deathdate = { day = 30 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462068 } 
		command = { type = sleepevent which = 462070 } 
		command = { type = sleepevent which = 462071 } 
		command = { type = sleepevent which = 462072 } 
		command = { type = sleepevent which = 462073 } 
		command = { type = sleepevent which = 462074 } 
	}
}

event = { 
	id = 462070
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1293 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1293 data = ITA }
		NOT = {
			event = 462068
			event = 462069
			event = 462071
			event = 462072
			event = 462073
			event = 462074
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 120
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462068 } 
		command = { type = sleepevent which = 462069 } 
		command = { type = sleepevent which = 462071 } 
		command = { type = sleepevent which = 462072 } 
		command = { type = sleepevent which = 462073 } 
		command = { type = sleepevent which = 462074 } 
	}
}

event = { 
	id = 462071
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1294 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1294 data = ITA }
		NOT = {
			event = 462068
			event = 462069
			event = 462070
			event = 462072
			event = 462073
			event = 462074
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 120
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462068 } 
		command = { type = sleepevent which = 462069 } 
		command = { type = sleepevent which = 462070 } 
		command = { type = sleepevent which = 462072 } 
		command = { type = sleepevent which = 462073 } 
		command = { type = sleepevent which = 462074 } 
	}
}

event = { 
	id = 462072
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1295 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1295 data = ITA }
		NOT = {
			event = 462068
			event = 462069
			event = 462070
			event = 462071
			event = 462073
			event = 462074
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 120
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462068 } 
		command = { type = sleepevent which = 462069 } 
		command = { type = sleepevent which = 462070 } 
		command = { type = sleepevent which = 462071 } 
		command = { type = sleepevent which = 462073 } 
		command = { type = sleepevent which = 462074 } 
	}
}

event = { 
	id = 462073
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1296 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1296 data = ITA }
		NOT = {
			event = 462068
			event = 462069
			event = 462070
			event = 462071
			event = 462072
			event = 462074
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 120
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462068 } 
		command = { type = sleepevent which = 462069 } 
		command = { type = sleepevent which = 462070 } 
		command = { type = sleepevent which = 462071 } 
		command = { type = sleepevent which = 462072 } 
		command = { type = sleepevent which = 462074 } 
	}
}

event = { 
	id = 462074
	random = no
	country = ITA

	trigger = {
		random = 1
		event = 1500082
		NOT = {
		puppet = { country = ETH country = ITA } # ETH puppet ITA
		}
		NOT = {
			garrison = { country = ITA province = 1297 size = 1 }
			}
		NOT = {
		exists = ETH
		}
		control = { province = 1297 data = ITA }
		NOT = {
			event = 462068
			event = 462069
			event = 462070
			event = 462071
			event = 462072
			event = 462073
		}
	}

	name = CEVTNAME_462008
	desc = CEVTDESC_462008
	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 120
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = CEVTACTA_952088
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 552005 } #ETH
		# sleep all the others 
		command = { type = sleepevent which = 462068 } 
		command = { type = sleepevent which = 462069 } 
		command = { type = sleepevent which = 462070 } 
		command = { type = sleepevent which = 462071 } 
		command = { type = sleepevent which = 462072 } 
		command = { type = sleepevent which = 462073 } 
	}
}


#########################################################################
#  Anschluss - Fears of German Foreign Policy?
#########################################################################
event = { 
	id = 462075
	random = no
	country = ITA

        trigger = { 
        	NOT = {
		        exists = AUS # Austria
			}
		control = { province = 621 data = GER } # Wien
		event = 2001 # Anschluss
        }

	name = CEVTNAME_462075
	desc = CEVTDESC_462075
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_462075
		command = { type = dissent value = 3 }
	}
	action_b = {
		name = CEVTACTB_462075
		command = { type = alignment which = fascist value = -20 }
		command = { type = alignment which = democratic value = 20 }
		command = { type = dissent value = -5 }
 		command = { type = influence value = 7 } # diplomatic influence
	}
	action_c = {
		name = CEVTACTC_462075
		command = { type = alignment which = fascist value = -40 }
		command = { type = alignment which = democratic value = 40 }
		command = { type = dissent value = -5 } 
 		command = { type = leave_alliance }
 		command = { type = influence value = 15 } # diplomatic influence
	}
}

######################################################
#  Soviets Request Naval Tech Event
#  Original Concept by Barrabas and Copper Nicus
#  by MateDow
######################################################

event = {

	id = 462076
	random = no
	country = ITA
	trigger = {
		event = 222015
		atwar = no
		}

	name = CEVTNAME_462076
	desc = CEVTDESC_462076
	style = 0

	date = { day = 15 month = may year = 1937 }
	offset = 10
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_462076
		command = { type = coalpool value = 2500 }
		command = { type = steelpool value = 2500 }
		command = { type = oilpool value = 2500 }
		command = { type = sleepevent which = 222062 } #Italian Refusal Event
		}

	action_b = {
		name = CEVTACTB_462076
		command = { type = sleepevent which = 222016 } #Italians Share Tech Event
		}
}




####################################################################
# 462077 - (ITA) Pacifying Ethiopia (by SykoNurse)
####################################################################

event = { 
id = 462077
random = no
country = ITA

trigger = {
	random = 40
	event = 272031 # Haile Selassie I. fled to London!
	#supplies = 250
	}

	name = CEVTNAME_462077
	desc = CEVTDESC_462077
	style = 0

	date = { day = 1 month = july year = 1936 } 
	offset = 10 # depends
	deathdate = { day = 30 month = december year = 1940 }

	action_a = {
		name = CEVTACTA_462077
		command = { type = trigger which = 272070 } # the emperor's response
		command = { type = supplies value = -250 } 
	}
	action_b = {
		name = CEVTACTB_462077
		command = { }
	}
}





##########################################
# 462080 - Haile Selassie Refuse offer (by Generalisimo)
##########################################

event = { 
	id = 462080
	random = no 
	country = ITA 

	# triggered by ENG 272070 A
	
	name = CEVTNAME_462080
	desc = CEVTDESC_462080
	style = 0 

	action_a = { 
		name = CEVTACTA_462080
		command = { type = influence value = -2 } # bad reputation
	} 
}


##########################################
# 462081 - Haile Selassie Accept offer (by Generalisimo)
##########################################
event = { 
	id = 462081
	random = no 
	country = ITA 

# triggered by ENG 272070 B
	
	name = CEVTNAME_462081
	desc = CEVTDESC_462081
	style = 0 

	action_a = { 
		name = CEVTACTA_462081
		command = { type = independence which = ETH value = 1 }
		command = { type = trigger which = 462999 } # puppet ETH
		command = { type = trigger which = 552016 } # Creation of a Ethiopian Vassal w/Haile Selassie
	} 
}

##########################################
# 462081 - Haile Selassie Accept offer (by Generalisimo)
##########################################
event = { 
	id = 462999
	random = no 
	country = ITA 

# triggered by ENG 272070 B
	
	name = CEVTNAME_462081
	desc = CEVTDESC_462081
	style = 0 

	action_a = { 
		name = CEVTACTA_462081
		command = { type = make_puppet which = ETH } 
	} 
}


event = {
	id = 462078
	random = no
	persistent = yes
	country = ITA

	# German coal exports to Italy

	name = CEVTNAME_462078
	desc = CEVTDESC_462078
	style = 0

	# Triggered by German trade events

	action_a = {
		name = CEVTACTA_462078
		command = { type = coalpool value = 10000 }
		command = { type = oilpool value = 2500 }
	}
}

#####################################
# The vatican condemns soviet attacks on Finland (by Ghost_dk)
#####################################

event = {
	id = 462082
	random = no
	country = ITA

	trigger = {
		random = 15
		event = 2621
		war = { country = FIN country = SOV }
		NOT = { 
			event = 2628
			alliance = { country = SOV country = ITA }
			war = { country = FIN country = ITA }
			}
		}
	name = CEVTNAME_462082
	desc = CEVTDESC_462082
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 5
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_462082
		command = { type = trigger which = 222055 }
		}
}
#########################################
# send aid to Finland (by Ghost_dk)
#########################################

event = {
	id = 462083
	random = no
	country = ITA

	trigger = { 
		atwar = no
		event = 172123
		war = { country = FIN country = SOV }
		NOT = { 
			event = 2628
			}
		}
	name = CEVTNAME_462083
	desc = CEVTDESC_462083
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }
 
	action_a = { 
		name = CEVTACTA_462083
		command = { type = supplies value = -200 }
		command = { type = trigger which = 172124 }
		command = { type = influence value = 2 }
		}
	action_b = {
		name = CEVTACTB_462083
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 172124 }
		command = { type = sleepevent which = 172125 }
		command = { type = sleepevent which = 462084 }
		
		}
}
######################################
# Shipment stopped by Germany (by Ghost_dk)
######################################

event = {
	id = 462084
	random = no
	country = ITA

	# triggered by GER 172124
	
	name = CEVTNAME_462084
	desc = CEVTDESC_462084
	style = 0

	action_a = { 
		name = CEVTACTA_462084
		command = { type = influence value = -1 }
		command = { type = trigger which = 172125 }
		command = { type = supplies value = 200 }
		}
}

########################################## 
# 462085 - Failings of the Italian Army
########################################## 
event = { 
	id = 462085
	random = no 
	country = ITA 

	trigger = { 

		random = 20 # some random chance for event
		alignment = fascist 

		OR = { 
			war = { country = ITA country = GER } 
			war = { country = ITA country = SOV } 
			war = { country = ITA country = USA } 
		} 
	} 



	name = CEVTNAME_462085
	desc = CEVTDESC_462085
	style = 0 

	date = { day = 29 month = september year = 1936 } 
	offset = 60 
	deathdate = { day = 30 month = december year = 1947 } 


	action_a = { 
		name = CEVTACTA_462085
		command = { type = gain_tech which = 11516 } # Revamping ITA army
		} 
} 

##################################
# 462092 (ITA)Italy devalues Italian Lire(by Ghost_dk)
#################################

event = {
	id = 462092
	random = no
	country = ITA
	trigger = {
		NOT = {
			ispuppet = ITA
			}
		}
	name = CEVTNAME_462092
	desc = CEVTDESC_462092
	style = 0

	date = { day = 5 month = october year = 1936 }

	action_a = {
		name = CEVTACTA_462092
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 5 }
		}
	action_b = {
		name = CEVTACTB_462092
		command = { type = industry which = -1 value = -1 }
		command = { type = industry which = -1 value = -1 }
		command = { type = industry which = -1 value = -1 }
		}
}
#############################
# 462093 (ITA)Italian State visit to Libya(by Ghost_dk)
#############################

event = { 
	id = 462093
	random = no
	country = ITA
	
	trigger = { 
		NOT = { 
			war = { country = ITA country = SYR }
			war = { country = ITA country = EGY }
			war = { country = ITA country = FRA }
			war = { country = ITA country = ENG }
			}
		}
	name = CEVTNAME_462093
	desc = CEVTDESC_462093
	style = 0

	date = { day = 15 month = march year = 1937 }

	action_a = {
		name = CEVTACTA_462093
		command = { type = influence value = -2 }
		command = { type = trigger which = 552020 }
		command = { type = trigger which = 902048 }
		}
}
##############################
# 462094 (ITA)Pope Pius IX condems communism(by Ghost_dk)
##############################

event = { 
	id = 462094
	random = no
	country = ITA

	trigger = { 
		NOT = { 
			government = communist
			}
		}
	name = CEVTNAME_462094
	desc = CEVTDESC_462094
	style = 0

	date = { day = 18 month = march year = 1937 }

	action_a = {
		name = CEVTACTA_462094
		command =  { type = alignment which = communist value = -20 }
		}
}
###########################
# 462095 (ITA)Swiss recognition of the Italian occupation of Etiopia(by Ghost_dk)
###########################

event = { 
	id = 462095
	random = no
	country = ITA

	# triggered by SCH 652027

	name = CEVTNAME_462095
	desc = CEVTDESC_462095
	style = 0

	action_a = { 
		name = CEVTACTA_GREAT
		command = { type = influence value = 2 }
		}
}
###########################
# 462096 (ITA)Renewal of Italien-Yemeni Treaty(by Ghost_dk)
###########################

event = {
	id = 462096
	random = no
	country = ITA

	trigger = {
		NOT = {
			war = { country = ITA country = ENG }
			war = { country = ITA country = YEM }
			}
		}
	name = CEVTNAME_462096
	desc = CEVTDESC_462096
	style = 0

	date = { day = 14 month = october year = 1937 }

	action_a = {
		name = CEVTACTA_462096
		command = { type = influence value = -1 }
		command = { type = trigger which = 902054 }
		}
	action_b = {
		name = CEVTACTB_462096
		command = { type = influence value = -3 }
		command = { type = sleepevent which = 902054 }
		command = { type = sleepevent which = 462097 }
		command = { type = sleepevent which = 462098 }
		}
}
###########################
# 462097 (ITA)Yemen agrees(by Ghost_dk)
###########################

event = {
	id = 462097
	random = no
	country = ITA

	# triggered by YEM 902054

	name = CEVTNAME_462097
	desc = CEVTDESC_462097
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 2 }
		}
}
###########################
# 462098 (ITA)Yemen refuses(by Ghost_dk)
###########################

event = {
	id = 462098
	random = no
	country = ITA

	# triggered by YEM 902054

	name = CEVTNAME_462098
	desc = CEVTDESC_462098
	style = 0

	action_a = {
		name = CEVTACTA_462098
		command = { }
		}
}

#	id = 462099  is in 08.txt
#	id = 462100  is in 08.txt
#	id = 462101  is in 08.txt

###########################
# 462102 (ITA)Italiy Withdraws from the League of Nations(by Ghost_dk)
###########################

event = {
	id = 462102
	random = no
	country = ITA

	trigger = {
		OR = {
			puppet = { country = ETH country = ITA }
			NOT = { 
				exists = ETH
				}
			}
		}
	name = CEVTNAME_462102
	desc = CEVTDESC_462102
	style = 0

	date = { day = 10 month = december year = 1937 }
	offset = 10
	deathdate = { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_462102
		command = { type = influence value = -2 }
		}
}
###############################
# 462103 (ITA)German State visit to Italy(by Ghost_dk)
###############################

event = {
	id = 463103
	random = no
	country = ITA

	# triggered by GER 172151

	name = CEVTNAME_462103
	desc = CEVTDESC_462103
	style = 0

	action_a = {
		name = CEVTACTA_462103
		command = { type = supplies value = -200 }
		command = { type = alignment which = fascist value = 15 }
		}
}
###############################
# 462104 (ITA)Anglo-Italian Pact(by Ghost_dk)
###############################

event = { 
	id = 462104
	random = no
	country = ITA

	# triggered by ENG 272117

	name = CEVTNAME_462104
	desc = CEVTDESC_462104
	style = 0

	action_a = {
		name = CEVTACTA_462104
		command = { type = trigger which = 272118 }
		command = { type = sleepevent which = 272119 }
		}
	action_b = { 
		name = CEVTACTB_462104
		command = { type = trigger which = 272119 }
		command = { type = sleepevent which = 272118 }
		command = { type = sleepevent which = 272150 }
		}
}
###############################
# 462105 (ITA)2nd German State visit to Italy(by Ghost_dk)
###############################

event = {
	id = 462105
	random = no
	country = ITA

	# triggered by GER 172152

	name = CEVTNAME_462103
	desc = CEVTDESC_462103
	style = 0

	action_a = {
		name = CEVTACTA_462103
		command = { type = supplies value = -200 }
		command = { type = alignment which = fascist value = 15 }
		}
}
################################
# 462106 (ITA)French-Italian Crisis(by Ghost_dk)
################################

event = { 
	id = 462106
	random = no
	country = ITA

	trigger = {
		NOT = { 
			war = { country = ITA country = FRA }
			alliance = { country = ITA country = FRA }
			}
		}
	name = CEVTNAME_462106
	desc = CEVTDESC_462106
	style = 0

	date = { day = 5 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_462106
		command = { type = trigger which = 432057 }
		command = { type = influence value = 2 }
		}
	action_b = {
		name = CEVTACTB_462106
		command = { type = dissent value = 4 }
		command = { type = sleepevent which = 432057 }
		command = { type = sleepevent which = 462107 }
		}
}
##############################
# 462107 (ITA)French Refusal(by Ghost_dk)
##############################

event = { 
	id = 462107
	random = no
	country = ITA

	# triggered by FRA 432057

	name = CEVTNAME_462107
	desc = CEVTDESC_462107
	style = 0

	action_a = { 
		name = CEVTACTA_462107
		command = { }
		}
}
################################
# 462108 (ITA)British official visit to Italy(by Ghost_dk)
################################

event = {
	id = 462108
	random = no
	country = ITA

	# triggered by ENG 272125

	name = CEVTNAME_462108
	desc = CEVTDESC_462108
	style = 0

	action_a = { 
		name = CEVTACTA_462108
		command = { type = influence value = -1 }
		command = { type = trigger which = 272126 }
		command = { type = sleepevent which = 272127 }
		}
	action_b = {
		name = CEVTACTB_462108
		command = { type = dissent value = 2 }
		command = { type = trigger which = 272127 }
		command = { type = sleepevent which = 272126 }
		}
}
################################
# 462109 (ITA)Death of Pope Pius XI(by Ghost_dk)
################################

event = { 
	id = 462109
	random = no
	country = ITA

	name = CEVTNAME_462109
	desc = CEVTDESC_462109
	style = 0

	date = { day = 9 month = february year = 1939 }

	action_a = {
		name = CEVTACTA_462109
		command = { }
		}
}
################################
# 462110 (ITA)Election of Pope Pius XII(by Ghost_dk)
################################

event = {
	id = 462110
	random = no
	country = ITA

	name = CEVTNAME_462110
	desc = CEVTDESC_462110
	style = 0

	date = { day = 1 month = march year = 1939 }

	action_a = {
		name = CEVTACTA_462110
		command = { }
		}
}
#################################
# 462121 (ITA)Vatican Recognition of Spanish Nationalist Government(by Ghost_dk)
#################################

event = {
	id = 462121
	random = no
	country = ITA

	trigger = {
		OR = {
			war = { country = SPA country = SPR }
			event = 802015
			}
		}
	name = CEVTNAME_462121
	desc = CEVTDESC_462121
	style = 0

	date = { day = 26 month = august year = 1937 }
	offset = 30
	deathdate = { day = 29 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_462121
		command = { type = trigger which = 802066 }
		}
}
#################################
# 462123 (ITA)French Recognition of Italian Conquest of Ethiopia(by Ghost_dk)
#################################

event = { 
	id = 462123
	random = no
	country = ITA

	# triggered by FRA 432066

	name = CEVTNAME_462123
	desc = CEVTDESC_462123
	style = 0

	action_a = {
		name = CEVTACTA_462123
		command = { type = influence value = 1 }
		}
}
##################################
# 462124 (ITA)Italian Invalidation of Treaty of 1935(by Ghost_dk)
##################################

event = {
	id = 462124
	random = no
	country = ITA

	trigger = { 
		atwar = ITA
		NOT = { 
			alliance = { country = ITA country = FRA }
			}
		}
	name = CEVTNAME_462124
	desc = CEVTDESC_462124
	style = 0

	date = { day = 16 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_462124
		command = { type = influence value = 2 }
		command = { type = trigger which = 432107 }
		}
}
#################################
# 462127 (ITA)Oiltrade with Mexico(by Ghost_dk)
#################################

event = {
	id = 462127
	random = no
	country = ITA

	# triggered by MEX 602049

	name = CEVTNAME_462127
	desc = CEVTDESC_462127
	style = 0

	action_a = {
		name = CEVTACTA_462127
		command = { type = oilpool value = 300 }
		command = { type = supplies value = -1000 }
		command = { type = trigger which = 602052 }
		}
	action_b = {
		name = CEVTACTB_462127
		command = { type = trigger which = 602055 }
		}
}
###################################
# 462129 (ITA)Albanian - Italian Economic Agreement(by Ghost_dk)
####################################

event = { 
	id = 462129
	random = no
	country = ITA

	trigger = {
		exists = ALB
		exists = ITA
		NOT = {
			war = { country = ITA country = ALB }
		}
	}

	name = CEVTNAME_462129
	desc = CEVTDESC_462129
	style = 0

	date = { day = 19 month = march year = 1936 }
	offset = 1
	deathdate = { day = 29 month = march year = 1936 }

	action_a = {
		name = CEVTACTA_902044
		command = { type = influence value = 1 }
		command = { type = trigger which = 752169 }
		command = { type = supplies value = -400 }
		command = { type = oilpool value = 300 }
		}
}

##################################################
# 462122 - Pariani Reform
##################################################

event = { 
	id = 462125
	random = no
	country = ITA

	trigger = {
			year = 1938
		}

	name = CEVTNAME_462125
	desc = CEVTDESC_462125
	style = 0

	date = { day = 1 month = september year = 1938 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1938 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 100 }
		# command = { type = ai which = core_Italy.ai }
		command = { type = province_manpower which = 908   value = 7 } #Roma
		command = { type = province_manpower which = 901   value = 5 } #Napoli
		command = { type = province_manpower which = 912   value = 5 } #Milano
		command = { type = province_manpower which = 932   value = 4 } #Torino
		command = { type = province_manpower which = 893   value = 4 } #Taranto
		command = { type = province_manpower which = 910   value = 3 } #Parma
		command = { type = province_manpower which = 906   value = 3 } #Frienze
		command = { type = province_manpower which = 905   value = 2 } #Bologna
		command = { type = province_manpower which = 913   value = 1 } #La Spezia
		command = { type = province_manpower which = 933   value = 1 } #Genoa
		command = { type = province_manpower which = 567   value = 1 } #Venezia
		command = { type = province_manpower which = 938   value = 1 } #Cagliari
		command = { type = province_manpower which = 563   value = 1 } #Bolzano
		command = { type = province_manpower which = 907   value = 1 } #Ancona
		command = { type = province_manpower which = 1092  value = 1 } #Bardiyah
	}
}

##################################################
# 462123 - Complete mobilization
##################################################

event = { 
	id = 462126
	random = no
	country = ITA

	trigger = {
			OR = {
			war = { country = GER country = ENG }
			war = { country = ITA country = ENG }
			war = { country = ITA country = GER }
			war = { country = ITA country = SOV }
			}
		}

	name = CEVTNAME_462126
	desc = CEVTDESC_462126
	style = 0

	date = { day = 1 month = january year = 1938 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 300 }
		command = { type = province_manpower which = 908   value = 10 } #Roma
		command = { type = province_manpower which = 901   value = 8 } #Napoli
		command = { type = province_manpower which = 912   value = 8 } #Milano
		command = { type = province_manpower which = 932   value = 4 } #Torino
		command = { type = province_manpower which = 893   value = 4 } #Taranto
		command = { type = province_manpower which = 910   value = 5 } #Parma
		command = { type = province_manpower which = 906   value = 5 } #Frienze
		command = { type = province_manpower which = 905   value = 5 } #Bologna
		command = { type = province_manpower which = 913   value = 3 } #La Spezia
		command = { type = province_manpower which = 933   value = 3 } #Genoa
		command = { type = province_manpower which = 567   value = 2 } #Venezia
		command = { type = province_manpower which = 938   value = 2 } #Cagliari
		command = { type = province_manpower which = 563   value = 2 } #Bolzano
		command = { type = province_manpower which = 907   value = 2 } #Ancona
		command = { type = province_manpower which = 1092  value = 1 } #Bardiyah
		command = { type = province_manpower which = 898   value = 1 } #Siracusa
		command = { type = province_manpower which = 902   value = 1 } #Potenza
		command = { type = province_manpower which = 897   value = 1 } #Mesina
		command = { type = province_manpower which = 903   value = 1 } #Cosenza
		command = { type = province_manpower which = 900   value = 1 } #Bari
	}
}


##########################################
# 462079 - Invasion on Greece (by Copper Nicus, modified by JRaup)
##########################################
##########################################
# 462079 - Invasion on Greece (by Copper Nicus, modified by JRaup)
##########################################
event = { 
	id = 462079
	random = no 
	country = ITA 

	trigger = {
		headofgovernment = 3002 # Benito Mussolini
        	exists = GRE
		random = 40
		war = { country = GER country = ENG }
		control = { province = 527 data = GER } # Germany controls Paris
		control = { province = 754 data = ITA } # Italy controls Albania
		control = { province = 820 data = ITA } # Italy controls Albania
		alliance = { country = GER country = ITA } # ITA in the axis
		NOT = {
		OR = {
			event = 462006 # Lybia falls
			ispuppet = GER 
			ispuppet = ITA
			ispuppet = GRE
			alliance = { country = GER country = GRE } # GRE not axis
			alliance = { country = ITA country = GRE } 
			alliance = { country = SOV country = GRE } # GRE not commitern
			exists = ALB # Albania already annexed
			war = { country = ITA country = ETH }
			war = { country = ITA country = USA } # fear to USA
			war = { country = ITA country = GRE }
			war = { country = ITA country = YUG } # enemies around italian spearhead Albania
			}
		}
	}
	
		name = CEVTNAME_462079
		desc = CEVTDESC_462079
		style = 0 

		date = { day = 1 month = may year = 1937 }
		offset = 20 # Every 20 days check
		deathdate = { day = 30 month = december year = 1942 } 

		action_a = { 
			name = CEVTACTA_462079
			command = { type = addcore which = 2163 } #Argostoli
			command = { type = addcore which = 2159 } #Chalkis
			command = { type = addcore which = 2152 } #Mitilini
			command = { type = addcore which = 890 } #Piraeus
			command = { type = addcore which = 887 } #Crete
			command = { type = trigger which = 752197 } #Greek Response
		} 

		action_b = { 
			name = CEVTACTB_462079
			command = { type = dissent value = 2 } # It's against his ego
			command = { type = addcore which = 2163 } #Argostoli-for future claims
			command = { type = addcore which = 2159 } #Chalkis
			command = { type = addcore which = 2152 } #Mitli
			command = { type = addcore which = 890 } #Piraeus
			command = { type = addcore which = 887 } #Crete	
		}

		action_c = {
			name = CEVTACTC_462079
			command = { type = dissent value = 2 } #That ego problem
			command = { type = influence value = 2 } #diplomacy over brute strength
		}

	}
#############
#Italian DOW
#############

event = {
	id = 462128
	random = no
	country = ITA

	#triggered by GRE 752197A

	name = CEVTNAME_462128
	desc = CEVTDESC_462128
	style = 0

	action_a = {
		name = CEVTACTA_462128
		command = { type = war which = GRE }
		}

	}

########################################################
# Amelia Earhart Arrives in Massawa Event
# by MateDow
# Concept by Engineer & Kevin McCarthy
########################################################

event = {
	id = 462119
	random = no
	country = ITA

	trigger = {
		event = 322118
		not = {
			war = { country = ITA country = ETH }
			}
		}

	name = CEVTNAME_462119
	desc = CEVTDESC_462119
	style = 0

	date = { day = 14 month = june year = 1937 }

	action_a = {
		name = CEVTACTA_462119
		command = { }
		}
}




##########################################
# 462112 - Italian Annexation of Yugoslavia (Unhistorical) Pt. 1
##########################################
event = { 
id = 462112
random = no 
country = ITA 

	trigger = {
		owned = { province = 624 data = ITA } 
		owned = { province = 742 data = ITA } 
		owned = { province = 740 data = ITA } 
		owned = { province = 745 data = ITA } 
		owned = { province = 744 data = ITA } 
		owned = { province = 747 data = ITA }
		owned = { province = 743 data = ITA }
		
	NOT = {
		OR = {
		exists = YUG
		exists = CRO
		}
	}
}	
name = CEVTNAME_462112
desc = CEVTDESC_462112
style = 0

date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_462112
	command = { type = independence which = CRO value = 1 }
        command = { type = trigger which = 2032 }
	command = { type = influence value = 2 }
	command = { type = alignment which = democratic value = -50 }
	command = { type = sleepevent which = 2031 }
	command = { type = trigger which = 462137 } # Give inland provinces to Croatia
	}
action_b = {
	name = CEVTACTB_462112
	command = { type = influence value = -1 }
	command = { type = dissent value = 5 }
	command = { type = alignment which = democratic value = -150 }
	command = { type = sleepevent which = 2031 }
	}
}

##########################################
# 462113 - Italian Annexation of Yugoslavia (Unhistorical) Pt. 1b
##########################################
event = { 
id = 462113
random = no 
country = ITA 

	trigger = {
		owned = { province = 738 data = ITA }
		owned = { province = 752 data = ITA }
		owned = { province = 741 data = ITA }
		owned = { province = 755 data = ITA }  
 
		exists = CRO
		exists = ALB
		exists = HUN
		exists = BUL
		exists = GRE
		
	NOT = {
	OR = {
		exists = YUG		
		war = { country = ITA country = ALB }		
		war = { country = ITA country = HUN }
		war = { country = ITA country = BUL }
		war = { country = ITA country = GRE }
		}
	}
	
	}
	
name = CEVTNAME_462113
desc = CEVTDESC_462113
style = 0

date = { day = 1 month = january year = 1936 }
offset = 60
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_462113
	command = { type = make_puppet which = CRO }
	command = { type = secedeprovince which = ALB value = 752 }
	command = { type = trigger which = 752187 }
	command = { type = secedeprovince which = HUN value = 741 }
	command = { type = trigger which = 702093 }
	command = { type = secedeprovince which = GRE value = 755 }
	command = { type = trigger which = 752188 }
	command = { type = alignment which = democratic value = 40 }
	command = { type = sleepevent which = 2031 }
	}

action_b = {
	name = CEVTACTB_462113
	command = { type = make_puppet which = CRO }
	command = { type = secedeprovince which = ALB value = 752 }
	command = { type = trigger which = 752187 }
	command = { type = secedeprovince which = HUN value = 741 }
	command = { type = trigger which = 702093 }
	command = { type = secedeprovince which = BUL value = 755 }
	command = { type = trigger which = 752094 }
	command = { type = alignment which = democratic value = 40 }
	command = { type = sleepevent which = 2031 }
	}

action_c = {
	name = CEVTACTC_462113
	command = { type = make_puppet which = CRO }
	command = { type = alignment which = democratic value = -10 }
	command = { type = sleepevent which = 2031 }
	}

action_d = {
	name = CEVTACTD_462113
	command = { type = sleepevent which = 2031 }
	}

}



#####################################################
# 462114 - England Sues Italy for Peace (Unhistorical)!
#####################################################
event = { 
id = 462114
random = no 
country = ITA 

name = CEVTNAME_462114
desc = CEVTDESC_462114
style = 0

action_a = {
	name = CEVTACTA_462114
	command = { type = trigger which = 272159 }
	command = { type = peace which = ENG value = 1 }
        command = { type = dissent value = -30 }
	command = { type = independence which = IRQ value = 1 }
	command = { type = independence which = SYR value = 1 }
	command = { type = independence which = EGY value = 1 }
	}
action_b = {
	name = CEVTACTB_462114
	command = { type = dissent value = 10 }
	}

}


##########################################
# 462115 - The New Roman Empire (Unhistorical)!
##########################################
event = { 
id = 462115
random = no 
country = ITA 

name = CEVTNAME_462115
desc = CEVTDESC_462115
style = 0

#date = { day = 1 month = january year = 1936 }
#offset = 7
#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_GREAT
	command = { type = make_puppet which = SYR }
	command = { type = make_puppet which = IRQ }
	command = { type = make_puppet which = EGY }
	command = { type = secedeprovince which = EGY  value = 1102 }
	command = { type = secedeprovince which = EGY  value = 1206 }
	command = { type = alignment which = democratic value = 70 }
	command = { type = addcore which = 1277 }
	command = { type = addcore which = 1279 }
	command = { type = addcore which = 1276 }
	command = { type = addcore which = 1349 }
	command = { type = addcore which = 1347 }
	command = { type = addcore which = 1282 }
	}

}

##########################################
# 462129 - Italian Volunteers to the Heer
##########################################
event = { 
id = 462200 # 462129
random = no 
country = ITA 

trigger = {

	war = { country = GER country = SOV }	
	alignment = fascist

	NOT = {
	OR = {
		war = { country = ITA country = GER }		
		alliance = { country = ITA country = SOV }
		}
	}


}

name = CEVTNAME_462200
desc = CEVTDESC_462200
style = 0

date = { day = 1 month = january year = 1936 }
offset = 5
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_462200
	command = { type = manpowerpool value = -15 }
	command = { type = dissent value = -15 }
	command = { type = trigger which = 172169 }
	}

action_b = {
	name = CEVTACTB_462200
	command = { type = dissent value = 5 }
	}

}



##########################################
# 462130 - SS Legion Italia
##########################################
event = { 
id = 462130
random = no 
country = U01 

trigger = {

	alignment = fascist
	alliance = { country = U01 country = GER }

	NOT = {
		OR = {
		war = { country = U01 country = GER }		
			}
		}


}

name = CEVTNAME_462130
desc = CEVTDESC_462130
style = 0

date = { day = 1 month = january year = 1936 }
offset = 5
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = CEVTACTA_OK
	command = { type = manpowerpool value = -10 }
	command = { type = trigger which = 172170 }

	}

}


##########################################
# 462116 - Failure in the Africa Orientale Italiana
##########################################
event = { 
id = 462116
random = no 
country = ITA

trigger = {

	alignment = fascist
	owned = { province = 1285 data = ITA } 
	owned = { province = 1290 data = ITA } 
	owned = { province = 1295 data = ITA } 
	owned = { province = 1297 data = ITA } 
	owned = { province = 1296 data = ITA } 
	owned = { province = 1294 data = ITA }
	owned = { province = 1288 data = ITA }
	owned = { province = 1293 data = ITA } 
	owned = { province = 1299 data = ITA } 
	owned = { province = 1302 data = ITA } 
		
	NOT = {
		OR = {
		exists = ETH		
		}
	}
}

name = CEVTNAME_462116
desc = CEVTDESC_462116
style = 0

date = { day = 1 month = january year = 1938 }
offset = 15
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	
	name = CEVTACTA_462116
	command = { type = dissent value = -1 }
	command = { type = manpowerpool value = -10 }
	command = { type = industry which = 1299 value = 1 }
	command = { type = industry which = 1302 value = 1 }
	command = { type = supplies value = -100 }
	}

action_b = {
	
	name = CEVTACTB_462116
	command = { type = dissent value = 3 }
	command = { type = manpowerpool value = -20 }
	command = { type = industry which = 1295 value = 2 }
	command = { type = industry which = 1294 value = 2 }
	
	command = { type = supplies value = -200 }
	command = { type = steelpool value = 150 }
	command = { type = coalpool value = 250 }
	
	
	}
action_c = {
	name = CEVTACTC_462116
	command = { type = addcore which = 1290 }
	command = { type = addcore which = 1295 }
	command = { type = addcore which = 1297 }
	command = { type = addcore which = 1296 }
	command = { type = addcore which = 1294 }
	command = { type = addcore which = 1288 }
	command = { type = addcore which = 1293 }
	command = { type = industry which = 1285  value = 1 }
	command = { type = industry which = 1290  value = 1 }
	command = { type = industry which = 1297  value = 1 }
	command = { type = industry which = 1296  value = 1 }
	command = { type = industry which = 1288  value = 1 }
	command = { type = industry which = 1293  value = 1 }
	command = { type = supplies value = -5000 }
	command = { type = manpowerpool value = -100 }
	command = { type = steelpool value = -150 }
	command = { type = coalpool value = -250 }
	}

action_d = {
	name = CEVTACTD_462116
	command = { type = dissent value = 1 }
	command = { type = supplies value = -500 }
	command = { type = steelpool value = -250 }
	command = { type = coalpool value = -450 }
	}

}

##########################################
# 4621231 - Sanctions against Italy (England)
##########################################
event = { 
id = 462131
random = no 
country = ITA

name = CEVTNAME_462131
desc = CEVTDESC_462131
style = 0

action_a = {
	
	name = CEVTACTA_462131
	command = { type = dissent value = -10 }
	command = { type = supplies value = -200 }
	command = { type = steelpool value = -150 }
	command = { type = coalpool value = -250 }
	command = { type = oilpool value = -50 }
	command = { type = rubberpool value = -10 }
	command = { type = alignment which = fascist value = 20 }
		
	}


}

##########################################
# 462117 - Mussolini's State Visit to the Third Reich (Historical)
##########################################
event = { 
id = 462117
random = no 
country = ITA

name = CEVTNAME_462117
desc = CEVTDESC_462117
style = 0

action_a = {
	name = CEVTACTA_462117
	command = { }
	}

action_b = {
	name = CEVTACTB_462117
	command = { type = sleepevent which = 172172 }
	command = { type = sleepevent which = 462118 }
	}
}



##########################################
# 462118 - Mussolini's State Visit to the Third Reich (Historical)
##########################################
event = { 
id = 462118
random = no 
country = ITA

trigger = {

	alignment = fascist
	exists = GER
	exists = ITA
		
	NOT = {
		OR = {
		war = { country = ITA country = GER }
		alliance = { country = ITA country = ENG }		
		alliance = { country = ITA country = SOV }
		}
	}


}

date = { day = 29 month = september year = 1937 }
offset = 5
deathdate = { day = 30 month = december year = 1947 }

name = CEVTNAME_462118
desc = CEVTDESC_462118
style = 0

action_a = {
	
	name = CEVTACTA_GREAT
	command = { type = alignment which = fascist value = 50 }
	command = { type = influence value = 5 }
	command = { type = warentry which = USA value = -2 }
	command = { type = warentry which = FRA value = -2 }
			
	}

}

#########################################################################
# 462132 - Help to Reconstruct Spain (Historical) ITA
#########################################################################
event = {
	id = 462132
	random = no
	country = ITA

	trigger = {
		alignment = fascist
		event = 3004 # SPA wins civil war
		atwar = no
		NOT = {
			OR = {
				alliance = { country = FRA country = SPA }
				alliance = { country = SOV country = SPA }
			}
		}
	}

	name = CEVTNAME_462132
	desc = CEVTDESC_462132
	style = 0

	date = { day = 0 month = july year = 1938 }
	offset = 35 # Check for trigger conditions every month
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = CEVTACTA_462132
		command = { type = steelpool value = -1000 }
		command = { type = coalpool value = -1000 }
		command = { type = rubberpool value = -1000 }
		command = { type = supplies value = -500 }
		command = { type = influence value = 2 }
		command = { type = trigger which = 802070 } #SPA
	}
	action_b = {
		name = CEVTACTB_462132
		command = { type = dissent value = 2 }
		command = { type = influence value = -5 }
	}
}

event = {
	id = 462133 # 752376
	random = no
	country = ITA

	name = CEVTNAME_462133
	desc = CEVTDESC_462133
	style = 0

	action_a = {
			name = CEVTACTA_462133
			command = { type = influence value = 2 }
			}
	}

event = {
	id = 462134 # 752389
	random = no
	country = ITA

	trigger = {
			random = 40
			year = 1936
			exists = YUG
			NOT = {
				exists = CRO
				}
			NOT = { 
				alliance = { country = ITA country = YUG }
				}
			}

	
	name = CEVTNAME_462134
	desc = CEVTDESC_462134
	style = 0

	date = { day = 9 month = january year = 1936 }
	offset = 11
	deathdate = { day = 29 month = march year = 1936 }

	action_a = {
			name = CEVTACTA_462134
			command = { type = supplies value = -250 }
			command = { type = influence value = -5 }
			command = { type = dissent value = -1 }

			# new event for proper Ustashe strikes triggering
			command = { type = trigger which = 752416 }

			}
	action_b = {
			name = CEVTACTB_462134
			command = { type = dissent value = 1 }
			command = { type = influence value = 5 }
			}
	}

event = {
	id = 462135 # 752386
	random = no
	country = ITA

	trigger = {
			random = 15
			year = 1939
			exists = YUG
			NOT = {
				exists = CRO
				}
			}

	name = CEVTNAME_462135
	desc = CEVTDESC_462135
	style = 0

	date = { day = 17 month = january year = 1939 }
	offset = 13
	deathdate = { day = 29 month = may year = 1939 }

	action_a = {
			name = CEVTACTA_462135

			# Italian fascists dislike this decision
			command = { type = dissent value = 1 }

			command = { type = influence value = 3 }
			command = { type = sleepevent which = 752379 }
			command = { type = sleepevent which = 752380 }
			command = { type = sleepevent which = 752381 }
			command = { type = sleepevent which = 752382 }
			command = { type = sleepevent which = 752383 }
			command = { type = sleepevent which = 752384 }
			command = { type = sleepevent which = 752385 }
			command = { type = sleepevent which = 432025 }
			command = { type = trigger which = 752388 }
			}
	action_b = {
			name = CEVTACTB_462135
			command = { type = influence value = -1 }
			command = { type = dissent value = -1 }
			}
	}

event = { 
	id = 462136 # 752399
	random = no
	country = ITA

	name = CEVTNAME_462136
	desc = CEVTDESC_462136
	style = 0
	
	action_a = {
			name = CEVTACTA_GREAT
			command = { type = make_puppet which = CRO }
			command = { type = dissent value = -5 }  # Italy gets Dalmatia, this pleases the fascists
			}
	}

#########################################################################
#  Croatia gets Banovina provinces after partition of Yugoslavia (Italy)
#########################################################################

event = { 
	id = 462137 # 752400
	random = no
	country = ITA

	name = CEVTNAME_462137
	desc = CEVTDESC_462137
	style = 0
	
	action_a = {
			name = CEVTACTA_462137
			command = { type = secedeprovince which = CRO value = 740 } # Osijek
			command = { type = secedeprovince which = CRO value = 742 } # Banja Luka
			command = { type = secedeprovince which = CRO value = 745 } # Sarajevo
			command = { type = secedeprovince which = CRO value = 624 } # Zagreb
			}
	}

event = {
	id = 462139 # 752468
	random = no
	country = ITA

	trigger = {
			exists = YUG
			technology = 9010 # Basic Heavy Bomber Prototype Tests
			NOT = {
				war = { country = ITA country = YUG }
				}
			}
	name = CEVTNAME_462139
	desc = CEVTDESC_462139
	style = 0

	action_a = {
			name = CEVTACTA_462139
			command = { type = trigger which = 752469 }
			}
	action_b = {
			name = CEVTACTB_462139
			command = { }
			}
	}



event = {
	id = 462140 # 752470
	random = no
	country = ITA

	name = CEVTNAME_462140
	desc = CEVTDESC_462140
	style = 0

	action_a = {
			name = CEVTACTA_GREAT
			command = { type = supplies value = 400 }
			command = { type = influence value = 2 }
			}
	}

#########################################################################
#  Hungarian purchase of CV 35 tankettes
#########################################################################

event = {
	id = 462138 # 752478
	random = no
	country = ITA

	trigger = {
			exists = HUN
			NOT = { atwar = ITA }
			NOT = { war = { country = ITA country = HUN } }
			technology = 2986 # Tankette Prototype
			random = 30
			}

	name = CEVTNAME_462138
	desc = CEVTDESC_462138
	style = 0

	date = { day = 4 month = march year = 1937 }
	offset = 65
	deathdate = { day = 10 month = december year = 1940 }

	action_a = {
			name = CEVTACTA_462138
			command = { type = supplies value = 400 }
			command = { type = influence value = 1 }
			command = { type = trigger which = 702120 }
			}
	action_b = {
			name = CEVTACTB_462138
			command = { }
			}
	}



# Minister events

event = { 
id = 1500177
random = no 
country = ITA 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = ""
style = 0 

date = { day = 3 month = january year = 1937 } 


action_a = { 
	command = { type = ministerofsecurity which = 3065 } # Mussolini, Man of the People
	command = { type = dissent value = -1 }
	} 
}

event = { 
id = 1500178
random = no 
country = ITA 

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = "" 
style = 0 

date = { day = 3 month = january year = 1937 } 


action_a = { 
	command = { type = chiefofair which = 3108 } # Tomasso Tittoni, Army Aviation
	command = { type = dissent value = -1 }
	} 
}

event = { 
id = 1500179
random = no 
country = ITA

trigger = {
		ai = yes
	}

name = AI_EVENT 
desc = "" 
style = 0 

date = { day = 3 month = january year = 1937 } 


action_a = { 
	command = { type = chiefofstaff which = 3084 } # Pietro Badoglio, Mass Combat
	command = { type = dissent value = -1 }
	} 
}

# Italian version of partisan first strike

event = {
	id = 752414
	random = no
	country = ITA

	trigger = {
			NOT = { exists = YUG }
			war = { country = GER country = SOV }
			alliance = { country = GER country = ITA }
			random = 40
			control = { province = 624 data = ITA } # Italy controls Zagreb
			}

	name = CEVTNAME_172258
	desc = CEVTDESC_172258
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 35
	deathdate = { day = 1 month = december year = 1945 }

	action_a = {
			name = CEVTACTA_172258
			command = { type = supplies value = -50 }
			command = { type = infrastructure which = 624 value = -10 }
			command = { type = dissent value = 1 }
			}
	}

#ITALY

##################################
# 462099 (ITA)Danubian Pact Renewed(by Ghost_dk)
##################################

event = {
	id = 462099
	random = no
	country = ITA

	trigger = {
		event = 462154
		NOT = {
			ispuppet = HUN
			ispuppet = AUS
			ispuppet = ITA
			atwar = HUN
			atwar = AUS
			alliance = { country = AUS country = GER }
			alliance = { country = AUS country = ENG }
			alliance = { country = AUS country = SOV }
			alliance = { country = ITA country = GER }
			alliance = { country = ITA country = ENG }
			alliance = { country = ITA country = SOV }
			alliance = { country = HUN country = GER }
			alliance = { country = HUN country = ENG }
			alliance = { country = HUN country = SOV }
			}
		}
	name = CEVTNAME_462099
	desc = CEVTDESC_462099
	style = 0

	date = { day = 22 month = november year = 1937 }

	action_a = {
		name = CEVTACTA_462099
		command = { type = trigger which = 702078 }
		command = { type = trigger which = 602030 }
		}
	action_b = {
		name = CEVTACTB_462099
		command = { type = sleepevent which = 702078 }
		command = { type = sleepevent which = 602030 }
		command = { type = alignment which = fascist value = 5 }
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}
###########################
# 462100 (ITA)Hungary signs renewal(by Ghost_dk)
###########################

event = {
	id = 462100
	random = no
	country = ITA

	# triggered by HUN 702078

	name = CEVTNAME_462100
	desc = CEVTDESC_462100
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 1 }
		}
}
###########################
# 462101 (ITA)Austria signs renewal(by Ghost_dk)
###########################

event = {
	id = 462101
	random = no
	country = ITA

	# triggered by AUS 652030

	name = CEVTNAME_462101
	desc = CEVTDESC_462101
	style = 0

	action_a = {
		name = CEVTACTA_GREAT
		command = { type = influence value = 1 }
		}
}
#################################
# 462143 - (ITA)Three-Power Pact (II. Roman Protocols)(by Ghost_dk and Forevian)
##################################
event = {
	id = 462143
	random = no
	country = ITA

	trigger = {
		exists = HUN
		exists = AUS
		NOT = {
			ispuppet = HUN
			ispuppet = AUS
			ispuppet = ITA
			atwar = HUN
			atwar = AUS
			alliance = { country = AUS country = GER }
			alliance = { country = AUS country = ENG }
			alliance = { country = AUS country = SOV }
			alliance = { country = ITA country = GER }
			alliance = { country = ITA country = ENG }
			alliance = { country = ITA country = SOV }
			alliance = { country = HUN country = GER }
			alliance = { country = HUN country = ENG }
			alliance = { country = HUN country = SOV }
			}
		}
	name = CEVTNAME_462143
	desc = CEVTDESC_462143
	style = 0

	date = { day = 22 month = march year = 1936 }
	offset = 7
	deathdate = { day = 10 month = november year = 1936 }

	action_a = { 
		name = CEVTACTA_462143
		command = { type = trigger which = 652046 }
		command = { type = trigger which = 702127 }
		}
	action_b = {
		name = CEVTACTB_462143
		command = { type = alignment which = fascist value = 5 }
		command = { type = sleepevent which = 462099 }
		command = { type = sleepevent which = 462149 }
		command = { type = sleepevent which = 462154 }
		}
}
###################################
# 462144 - (ITA)Hungary refuses to sign renewal of Danubian Pact(by Ghost_dk and Forevian)
###################################
event = {
	id = 462144
	random = no
	country = ITA

	# triggered by HUN 702078B

	name = CEVTNAME_462144
	desc = CEVTDESC_462144
	style = 0

	action_a = {
		name = CEVTACTA_462144
		command = { type = influence value = -1 }
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}
###################################
# 462145 - (ITA)Austria refuses to sign renewal of Danubian Pact(by Ghost_dk and Forevian)
###################################
event = {
	id = 462145
	random = no
	country = ITA

	# triggered by AUS 652030B

	name = CEVTNAME_462145
	desc = CEVTDESC_462145
	style = 0

	action_a = {
		name = CEVTACTA_462145
		command = { type = influence value = -1 }
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}
###################################
# 462146 - (ITA)Hungary signs the II. Roman Protocols(by Ghost_dk and Forevian)
###################################
event = { 
	id = 462146
	random = no
	country = ITA

	# triggered by HUN 702127A

	name = CEVTNAME_462146
	desc = CEVTDESC_462146
	style = 0

	action_a = {
		name = CEVTACTA_462146
		command = { type = influence value = 1 }
		command = { type = access which = HUN }
		}
}	
###################################
# 462147 - (ITA)Austria signs the II. Roman Protocols(by Ghost_dk and Forevian)
###################################
event = { 
	id = 462147
	random = no
	country = ITA

	# triggered by AUS 652046A

	name = CEVTNAME_462147
	desc = CEVTDESC_462147
	style = 0

	action_a = {
		name = CEVTACTA_462147
		command = { type = influence value = 1 }
		command = { type = access which = AUS }
		}
}	
##################################
# 462148 - (ITA)End of the Danubian Pact(by Ghost_dk and Forevian)
##################################
event = {
	id = 462148
	random = no
	persistent = yes
	country = ITA

	# triggered by B choices in other Danubian related events

	name = CEVTNAME_462148
	desc = CEVTDESC_462148
	style = 0

	action_a = {
		name = CEVTACTA_462148
		command = { type = end_access which = AUS }
		command = { type = end_access which = HUN }
		}
}
##################################
# 462149 - (ITA)Budapest Conference(by Ghost_dk and Forevian)
##################################
event = {
	id = 462149
	random = no
	country = ITA

	trigger = {
		event = 462100
		event = 462101
		exists = HUN
		exists = AUS
		NOT = {
			ispuppet = HUN
			ispuppet = AUS
			ispuppet = ITA
			atwar = HUN
			atwar = AUS
			alliance = { country = AUS country = GER }
			alliance = { country = AUS country = ENG }
			alliance = { country = AUS country = SOV }
			alliance = { country = ITA country = GER }
			alliance = { country = ITA country = ENG }
			alliance = { country = ITA country = SOV }
			alliance = { country = HUN country = GER }
			alliance = { country = HUN country = ENG }
			alliance = { country = HUN country = SOV }
			}
		}
	name = CEVTNAME_462149
	desc = CEVTDESC_462149
	style = 0

	date = { day = 12 month = january year = 1938 }
	offset = 7
	deathdate = { day = 0 month = september year = 1939 }

	action_a = {
		name = CEVTACTA_462149
		command = { type = trigger which = 702140 }
		command = { type = trigger which = 652048 }
		}
	action_b = {
		name = CEVTACTB_462149
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}
##################################
# 462150 - (ITA)Hungary Confirms Danubinan Protocols(by Ghost_dk and Forevian)
##################################
event = {
	id = 462150
	random = no
	country = ITA

	# triggered by HUN 702140A

	name = CEVTNAME_462150
	desc = CEVTDESC_462150
	style = 0

	action_a = {
		name = CEVTACTA_462150
		command = { type = influence value = 1 }
		}
}
##################################
# 462151 - (ITA)Austria Confirms Danubinan Protocols(by Ghost_dk and Forevian)
##################################
event = {
	id = 462151
	random = no
	country = ITA

	# triggered by AUS 652048A

	name = CEVTNAME_462151
	desc = CEVTDESC_462151
	style = 0

	action_a = {
		name = CEVTACTA_462151
		command = { type = influence value = 1 }
		}
}
##################################
# 462152 - (ITA)Hungary withdraws from Danubinan Protocols(by Ghost_dk and Forevian)
##################################
event = {
	id = 462152
	random = no
	country = ITA

	# triggered by HUN 702140B

	name = CEVTNAME_462152
	desc = CEVTDESC_462152
	style = 0

	action_a = {
		name = CEVTACTA_462152
		command = { type = influence value = -1 }
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}
##################################
# 462153 - (ITA)Austria withdraws from Danubinan Protocols(by Ghost_dk and Forevian)
##################################
event = {
	id = 462153
	random = no
	country = ITA

	# triggered by AUS 652048B

	name = CEVTNAME_462153
	desc = CEVTDESC_462153
	style = 0

	action_a = {
		name = CEVTACTA_462153
		command = { type = influence value = -1 }
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}
##################################
# 462154 - (ITA)Vienna Conference(by Ghost_dk and Forevian)
##################################
event = {
	id = 462154
	random = no
	country = ITA

	trigger = {
		exists = HUN
		exists = AUS
		event = 462146
		event = 462147
		NOT = {
			ispuppet = HUN
			ispuppet = AUS
			ispuppet = ITA
			atwar = HUN
			atwar = AUS
			alliance = { country = AUS country = GER }
			alliance = { country = AUS country = ENG }
			alliance = { country = AUS country = SOV }
			alliance = { country = ITA country = GER }
			alliance = { country = ITA country = ENG }
			alliance = { country = ITA country = SOV }
			alliance = { country = HUN country = GER }
			alliance = { country = HUN country = ENG }
			alliance = { country = HUN country = SOV }
			}
		}
	name = CEVTNAME_462154
	desc = CEVTDESC_462154
	style = 0

	date = { day = 12 month = november year = 1936 }

	action_a = {
		name = CEVTACTA_462154
		command = { type = influence value = 2 }
		command = { type = trigger which = 652049 }
		command = { type = trigger which = 702131 }
		}
}
###################################
# 462155 - (ITA)Hungary refuses to sign renewal of the II. Roman Protocols(by Ghost_dk and Forevian)
###################################
event = {
	id = 462155
	random = no
	country = ITA

	# triggered by HUN 702127B

	name = CEVTNAME_462155
	desc = CEVTDESC_462155
	style = 0

	action_a = {
		name = CEVTACTA_462155
		command = { type = influence value = -1 }
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}
###################################
# 462156 - (ITA)Austria refuses to sign renewal of the II. Roman Protocols(by Ghost_dk and Forevian)
###################################
event = {
	id = 462156
	random = no
	country = ITA

	# triggered by HUN 702127B

	name = CEVTNAME_462156
	desc = CEVTDESC_462156
	style = 0

	action_a = {
		name = CEVTACTA_462156
		command = { type = influence value = -1 }
		command = { type = trigger which = 462148 }
		command = { type = trigger which = 652047 }
		command = { type = trigger which = 702129 }
		}
}

##################################
# 652048 - (AUS)Budapest Conference(by Ghost_dk and Forevian)
##################################
event = {
	id = 652048
	random = no
	country = ITA

	# triggered by ITA 462149

	name = CEVTNAME_652048
	desc = CEVTDESC_652048
	style = 0

	action_a = {
		name = CEVTACTA_652048
		command = { type = influence value = -1 }
		command = { type = trigger which = 462151 }
		}
	action_b = {
		name = CEVTACTB_652048
		command = { type = trigger which = 462153 }
		}
}

event = { 
	id = 752399
	random = no
	country = ITA

	name = CEVTNAME_752399
	desc = CEVTDESC_752399
	style = 0
	
	action_a = {
			name = CEVTACTA_752399
			command = { type = make_puppet which = CRO }
			command = { type = dissent value = -5 }  # Italy gets Dalmatia, this pleases the fascists
			}
	}

